Home
last modified time | relevance | path

Searched refs:ENT_HTML401 (Results 1 – 10 of 10) sorted by relevance

/PHP-8.2/ext/standard/tests/strings/
H A Dbug61116.phpt13 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 Dhtml_entity_decode2.phpt10 echo html_entity_decode("&apos;", ENT_QUOTES | ENT_HTML401, "UTF-8"), "\n";
H A Dhtmlspecialchars_decode_variation7.phpt17 $dec = htmlspecialchars_decode($t, ENT_QUOTES | ENT_HTML401);
H A Dhtmlentities20.phpt73 test(ENT_HTML401);
H A Dhtml_entity_decode3.phpt39 $dec = html_entity_decode($t, ENT_QUOTES | ENT_HTML401, "UTF-8");
H A Dhtmlentities21.phpt37 test(ENT_HTML401, "Windows-1251");
53 test(ENT_HTML401, "SJIS");
H A Dhtmlentities22.phpt52 test(ENT_HTML401);
/PHP-8.2/ext/standard/
H A Dhtml.h41 #define ENT_HTML401 0 macro
H A Dbasic_functions.stub.php547 const ENT_HTML401 = UNKNOWN; define
2277 function htmlspecialchars(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ?…
2279 …cialchars_decode(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401): string {}
2281 function html_entity_decode(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401,…
2284 function htmlentities(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ?stri…
2290 …$table = HTML_SPECIALCHARS, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, string $encodi…
H A Dbasic_functions_arginfo.h3748 REGISTER_LONG_CONSTANT("ENT_HTML401", ENT_HTML401, CONST_PERSISTENT); in register_basic_functions_symbols()

Completed in 38 milliseconds