Searched refs:mb_encode_numericentity (Results 1 – 11 of 11) sorted by relevance
/php-src/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"; 29 echo "7: " . mb_encode_numericentity('föo', $convmap, "UTF-8") . "\n"; 34 echo "8: " . mb_encode_numericentity("\x01\x02\x03", $convmap, "UTF-8") . "\n"; 39 echo "9: " . mb_encode_numericentity("\x01\x02\x03", $convmap, "UTF-8") . "\n"; 44 echo "10: " . mb_encode_numericentity('föo', $convmap, "UTF-8") . "\n"; [all …]
|
H A D | mb_encode_numericentity_errors.phpt | 2 mb_encode_numericentity() map errors 9 echo mb_encode_numericentity('str', $convmap, "UTF-8") . "\n"; 15 echo mb_encode_numericentity('str', $convmap, "UTF-8") . "\n"; 22 mb_encode_numericentity(): Argument #2 ($map) must have a multiple of 4 elements 23 mb_encode_numericentity(): Argument #2 ($map) must only be composed of values of type int
|
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 | mb_encode_numericentity_large_ints.phpt | 2 mb_encode_numericentity() with 0xFFFFFFFF in conversion map 12 echo "13: " . mb_encode_numericentity("\xFF", $convmap, "ASCII", true) . "\n";
|
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-src/ext/mbstring/ |
H A D | mbstring_arginfo.h | 337 ZEND_FUNCTION(mb_encode_numericentity); 406 ZEND_FE(mb_encode_numericentity, arginfo_mb_encode_numericentity)
|
H A D | mbstring.stub.php | 175 function mb_encode_numericentity(string $string, array $map, ?string $encoding = null, bool $hex = … function
|
H A D | mbstring.c | 4032 PHP_FUNCTION(mb_encode_numericentity) in PHP_FUNCTION() argument
|
Completed in 38 milliseconds