Home
last modified time | relevance | path

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

/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A DMbstring.php201 public static function mb_encode_numericentity($s, $convmap, $encoding = null, $is_hex = false) argument
219 if (null !== $is_hex && !is_scalar($is_hex)) {
257 $result .= $is_hex ? sprintf('&#x%X;', $cOffset) : '&#'.$cOffset.';';