Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/tests/
H A Dmb_encode_numericentity.phpt2 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 Dhtmlent_encoding.phpt57 …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 Dbug71606.phpt11 …a mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode…
H A Dbug45722.phpt10 …a mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode…
H A Dmb_convert_encoding.phpt133 …a mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode…
H A Dmb_strlen_variation3.phpt347 …a mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode…
/PHP-8.2/ext/mbstring/
H A Dmbstring_arginfo.h341 ZEND_FUNCTION(mb_encode_numericentity);
435 ZEND_FE(mb_encode_numericentity, arginfo_mb_encode_numericentity)
H A Dmbstring.stub.php166 function mb_encode_numericentity(string $string, array $map, ?string $encoding = null, bool $hex = … function
H A Dmbstring.c3552 PHP_FUNCTION(mb_encode_numericentity) in PHP_FUNCTION() argument

Completed in 29 milliseconds