Searched refs:mb_encode_numericentity (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_encode_numericentity.phpt | 2 Test mb_encode_numericentity() function: Convert text to HTML entities 10 echo "1: " . mb_encode_numericentity($str1, $convmap, "UTF-8") . "\n"; 11 echo "1 (hex): " . mb_encode_numericentity($str1, $convmap, "UTF-8", true) . "\n"; 12 echo "2: " . mb_encode_numericentity($str2, $convmap, "UTF-8") . "\n"; 15 echo "3: " . mb_encode_numericentity('aŒbœcŠdše€fg', $convmap, "UTF-8") . "\n"; 18 echo "4: " . mb_encode_numericentity('föo', $convmap, "UTF-8") . "\n"; 36 echo "7: " . mb_encode_numericentity('föo', $convmap, "UTF-8") . "\n"; 41 echo "8: " . mb_encode_numericentity("\x01\x02\x03", $convmap, "UTF-8") . "\n"; 46 echo "9: " . mb_encode_numericentity("\x01\x02\x03", $convmap, "UTF-8") . "\n"; 51 echo "10: " . mb_encode_numericentity('föo', $convmap, "UTF-8") . "\n"; [all …]
|
H A D | htmlent_encoding.phpt | 57 …a mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode… 59 …a mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode… 61 …a mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode… 63 …a mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode… 65 …a mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode… 67 …a mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode…
|
H A D | bug71606.phpt | 11 …a mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode…
|
H A D | bug45722.phpt | 10 …a mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode…
|
H A D | mb_convert_encoding.phpt | 133 …a mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode…
|
H A D | mb_strlen_variation3.phpt | 347 …a mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode…
|
/PHP-8.2/ext/mbstring/ |
H A D | mbstring_arginfo.h | 341 ZEND_FUNCTION(mb_encode_numericentity); 435 ZEND_FE(mb_encode_numericentity, arginfo_mb_encode_numericentity)
|
H A D | mbstring.stub.php | 166 function mb_encode_numericentity(string $string, array $map, ?string $encoding = null, bool $hex = … function
|
H A D | mbstring.c | 3577 PHP_FUNCTION(mb_encode_numericentity) in PHP_FUNCTION() argument
|
Completed in 23 milliseconds