Home
last modified time | relevance | path

Searched refs:quote_style (Results 1 – 1 of 1) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dpfctools.php491 function html_entity_decode($string, $quote_style = ENT_COMPAT, $charset = null) argument
493 if (!is_int($quote_style)) {
495 gettype($quote_style) . ' given', E_USER_WARNING);
506 if ($quote_style & ENT_NOQUOTES) {