Searched refs:quote_style (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/standard/ |
| H A D | basic_functions.c | 1486 ZEND_ARG_INFO(0, quote_style) 1493 ZEND_ARG_INFO(0, quote_style) 1498 ZEND_ARG_INFO(0, quote_style) 1504 ZEND_ARG_INFO(0, quote_style) 1511 ZEND_ARG_INFO(0, quote_style)
|
| H A D | html.c | 921 PHPAPI char *php_unescape_html_entities(unsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC) argument 999 if (basic_entities[j].flags && (quote_style & basic_entities[j].flags) == 0) 1028 if ((code == '\'' && !(quote_style & ENT_HTML_QUOTE_SINGLE)) || 1029 (code == '"' && !(quote_style & ENT_HTML_QUOTE_DOUBLE))) { 1117 PHPAPI char *php_escape_html_entities(unsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC) argument 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) argument 1146 if (quote_style & ENT_HTML_IGNORE_ERRORS) { 1243 (quote_style & basic_entities[j].flags) == 0)) { 1282 long quote_style local 1325 long quote_style = ENT_COMPAT; local 1391 long quote_style = ENT_COMPAT; local 1420 long which = HTML_SPECIALCHARS, quote_style = ENT_COMPAT; local [all...] |
| H A D | html.h | 42 PHPAPI char *php_escape_html_entities(unsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC); 43 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); 44 PHPAPI char *php_unescape_html_entities(unsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC);
|
Completed in 11 milliseconds