Searched refs:ENT_HTML401 (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/ext/standard/tests/strings/ |
H A D | bug61116.phpt | 13 Parameter #1 [ <optional> int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 ] 24 Parameter #1 [ <optional> int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 ]
|
H A D | html_entity_decode2.phpt | 10 echo html_entity_decode("'", ENT_QUOTES | ENT_HTML401, "UTF-8"), "\n";
|
H A D | htmlspecialchars_decode_variation7.phpt | 17 $dec = htmlspecialchars_decode($t, ENT_QUOTES | ENT_HTML401);
|
H A D | htmlentities20.phpt | 73 test(ENT_HTML401);
|
H A D | html_entity_decode3.phpt | 39 $dec = html_entity_decode($t, ENT_QUOTES | ENT_HTML401, "UTF-8");
|
H A D | htmlentities21.phpt | 37 test(ENT_HTML401, "Windows-1251"); 53 test(ENT_HTML401, "SJIS");
|
H A D | htmlentities22.phpt | 52 test(ENT_HTML401);
|
/PHP-8.3/ext/standard/ |
H A D | html.h | 41 #define ENT_HTML401 0 macro
|
H A D | basic_functions.stub.php | 527 const ENT_HTML401 = UNKNOWN; define 2251 function htmlspecialchars(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ?… 2253 …cialchars_decode(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401): string {} 2255 function html_entity_decode(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401,… 2258 function htmlentities(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ?stri… 2264 …$table = HTML_SPECIALCHARS, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, string $encodi…
|
H A D | basic_functions_arginfo.h | 3640 REGISTER_LONG_CONSTANT("ENT_HTML401", ENT_HTML401, CONST_PERSISTENT); in register_basic_functions_symbols()
|
Completed in 37 milliseconds