Home
last modified time | relevance | path

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

/PHP-8.4/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";
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 Dmb_encode_numericentity_errors.phpt2 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 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 Dmb_encode_numericentity_large_ints.phpt2 mb_encode_numericentity() with 0xFFFFFFFF in conversion map
12 echo "13: " . mb_encode_numericentity("\xFF", $convmap, "ASCII", true) . "\n";
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.4/ext/mbstring/
H A Dmbstring_arginfo.h337 ZEND_FUNCTION(mb_encode_numericentity);
406 ZEND_FE(mb_encode_numericentity, arginfo_mb_encode_numericentity)
H A Dmbstring.stub.php175 function mb_encode_numericentity(string $string, array $map, ?string $encoding = null, bool $hex = … function
H A Dmbstring.c4032 PHP_FUNCTION(mb_encode_numericentity) in PHP_FUNCTION() argument
/PHP-8.4/
H A DUPGRADING93 . mb_encode_numericentity() and mb_decode_numericentity() now check that

Completed in 59 milliseconds