Searched refs:double_encode (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/Zend/tests/ |
H A D | bug80096.phpt | 10 println(htmlentities("The < character is encoded as <", double_encode: false));
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | bug61116.phpt | 15 Parameter #3 [ <optional> bool $double_encode = true ]
|
/PHP-8.0/ext/standard/ |
H A D | html.h | 48 …ize_t oldlen, int all, int flags, const char *hint_charset, zend_bool double_encode, zend_bool qui…
|
H A D | html.c | 1103 …ize_t oldlen, int all, int flags, const char *hint_charset, zend_bool double_encode, zend_bool qui… in php_escape_html_entities_ex() argument 1129 if (!double_encode) { in php_escape_html_entities_ex() 1255 if (double_encode) { in php_escape_html_entities_ex() 1321 zend_bool double_encode = 1; in php_html_entities() local 1328 Z_PARAM_BOOL(double_encode); in php_html_entities() 1333 hint_charset ? ZSTR_VAL(hint_charset) : NULL, double_encode, /* quiet */ 0); in php_html_entities()
|
H A D | url_scanner_ex.re | 761 …signed char *) name, name_len, 0, ENT_QUOTES|ENT_SUBSTITUTE, NULL, /* double_encode */ 0, /* quiet… 763 …gned char *) value, value_len, 0, ENT_QUOTES|ENT_SUBSTITUTE, NULL, /* double_encode */ 0, /* quiet… 863 …ZSTR_LEN(name), 0, ENT_QUOTES|ENT_SUBSTITUTE, SG(default_charset), /* double_encode */ 0, /* quiet…
|
H A D | basic_functions.stub.php | 517 …ing $string, int $flags = ENT_COMPAT, ?string $encoding = null, bool $double_encode = true): strin… argument 523 …ing $string, int $flags = ENT_COMPAT, ?string $encoding = null, bool $double_encode = true): strin… argument
|
H A D | basic_functions_arginfo.h | 772 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, double_encode, _IS_BOOL, 0, "true")
|
Completed in 43 milliseconds