Home
last modified time | relevance | path

Searched refs:htmlentities (Results 1 – 25 of 43) sorted by path

12

/php-src/Zend/tests/
H A Dbug80096.phpt10 println(htmlentities("The < character is encoded as &lt;", double_encode: false));
/php-src/ext/mbstring/tests/
H A Dbug45722.phpt10 …dling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_n…
H A Dbug71606.phpt11 …dling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_n…
H A Dhtmlent_encoding.phpt57 …dling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_n…
59 …dling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_n…
61 …dling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_n…
63 …dling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_n…
65 …dling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_n…
67 …dling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_n…
H A Dmb_convert_encoding.phpt133 …dling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_n…
H A Dmb_strlen_variation3.phpt347 …dling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_n…
/php-src/ext/pcre/tests/
H A Dbug27103.phpt14 echo htmlentities($c, 0, "UTF-8"), ": ", strlen($c), "\n";
/php-src/ext/standard/
H A Dbasic_functions.stub.php2282 function htmlentities(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ?stri…
H A Dbasic_functions_arginfo.h2537 ZEND_FUNCTION(htmlentities);
3170 ZEND_FE(htmlentities, arginfo_htmlentities)
H A Dhtml.c1385 PHP_FUNCTION(htmlentities) in PHP_FUNCTION() argument
/php-src/ext/standard/tests/strings/
H A Dbug49785.phpt10 var_dump(_bin2hex(htmlentities("\xc1\xbf", ENT_QUOTES, "UTF-8")));
11 var_dump(_bin2hex(htmlentities("\xc2\x80", ENT_QUOTES, "UTF-8")));
12 var_dump(_bin2hex(htmlentities("\xc2\x00", ENT_QUOTES, "UTF-8")));
13 var_dump(_bin2hex(htmlentities("\xc2\xc0", ENT_QUOTES, "UTF-8")));
14 var_dump(_bin2hex(htmlentities("\xce\x91", ENT_QUOTES, "UTF-8")));
15 var_dump(_bin2hex(htmlentities("\xce\xb1", ENT_QUOTES, "UTF-8")));
16 var_dump(_bin2hex(htmlentities("\xdf\xbf", ENT_QUOTES, "UTF-8")));
17 var_dump(_bin2hex(htmlentities("\xe0\xa0\x80", ENT_QUOTES, "UTF-8")));
18 var_dump(_bin2hex(htmlentities("\xe0\x9f\xbf", ENT_QUOTES, "UTF-8")));
19 var_dump(_bin2hex(htmlentities("\xe0\x9f\xbf", ENT_QUOTES, "UTF-8")));
[all …]
H A Ddefault_charset.phpt2 default_charset and htmlentities/htmlspecialchars/html_entity_decode
28 var_dump(htmlentities("\xA3", ENT_HTML5));
29 var_dump(htmlentities("\xA3", ENT_HTML5, 'cp1252'));
43 var_dump(htmlentities("\xA3", ENT_HTML5));
44 var_dump(htmlentities("\xA3", ENT_HTML5, 'cp1252'));
58 var_dump(htmlentities("\xA3", ENT_HTML5));
59 var_dump(htmlentities("\xA3", ENT_HTML5, 'cp1252'));
H A Dget_html_translation_table_basic10.phpt2 Test get_html_translation_table() function: htmlentities/HTML 4/ISO-8859-1 (bug #64011)
H A Dhtmlentities-utf-2.phpt16 $ent_encoded = htmlentities ($string, ENT_QUOTES | ENT_IGNORE, "utf-8");
H A Dhtmlentities-utf-3.phpt2 Test get_next_char(), used by htmlentities()/htmlspecialchars(): validity of UTF-8 sequences
H A Dhtmlentities-utf.phpt16 $ent_encoded = htmlentities ($string, ENT_QUOTES, "utf-8");
H A Dhtmlentities.phpt10 $ent_encoded = htmlentities ("<>\"&��\n",ENT_COMPAT,"ISO-8859-1");
H A Dhtmlentities01.phpt2 htmlentities() test 1 (cp1252)
7 var_dump(htmlentities("\x82\x86\x99\x9f", ENT_QUOTES, 'cp1252'));
8 var_dump(htmlentities("\x80\xa2\xa3\xa4\xa5", ENT_QUOTES, 'cp1252'));
H A Dhtmlentities02.phpt2 htmlentities() test 2 (setlocale / fr_FR.ISO-8859-15)
18 var_dump(htmlentities("\xbc\xbd\xbe", ENT_QUOTES, ''));
H A Dhtmlentities03.phpt2 htmlentities() test 3 (setlocale / de_DE.ISO-8859-1)
18 var_dump(htmlentities("\xe4\xf6\xfc", ENT_QUOTES));
H A Dhtmlentities05.phpt2 htmlentities() test 5 (mbstring / cp1252)
11 var_dump(htmlentities("\x82\x86\x99\x9f", ENT_QUOTES, ''));
12 var_dump(htmlentities("\x80\xa2\xa3\xa4\xa5", ENT_QUOTES, ''));
H A Dhtmlentities06.phpt2 htmlentities() test 6 (mbstring / ISO-8859-15)
12 var_dump(htmlentities("\xbc\xbd\xbe", ENT_QUOTES, ''));
H A Dhtmlentities07.phpt2 htmlentities() test 7 (mbstring / ISO-8859-1)
12 var_dump(htmlentities("\xe4\xf6\xfc", ENT_QUOTES, ''));
H A Dhtmlentities08.phpt2 htmlentities() test 8 (mbstring / EUC-JP)
12 var_dump(htmlentities("\xa1\xa2\xa1\xa3\xa1\xa4", ENT_QUOTES, ''));
17 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
H A Dhtmlentities09.phpt2 htmlentities() test 9 (mbstring / Shift_JIS)
12 var_dump(bin2hex(htmlentities("\x81\x41\x81\x42\x81\x43", ENT_QUOTES, '')));
17 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…

Completed in 61 milliseconds

12