Searched defs:php_escape_html_entities_ex (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/standard/ |
| H A D | html.c | 1119 return php_escape_html_entities_ex(old, oldlen, newlen, all, quote_style, hint_charset, 1 TSRMLS_CC); 1125 PHPAPI char *php_escape_html_entities_ex(unsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset, zend_bool double_encode TSRMLS_DC) function 1290 replaced = php_escape_html_entities_ex(str, str_len, &len, all, quote_style, hint_charset, double_encode TSRMLS_CC);
|
Completed in 5 milliseconds