Searched refs:ENT_QUOTES (Results 1 - 6 of 6) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | html.h | 39 #define ENT_QUOTES (ENT_HTML_QUOTE_DOUBLE | ENT_HTML_QUOTE_SINGLE) macro
|
| H A D | html.c | 1461 REGISTER_LONG_CONSTANT("ENT_QUOTES", ENT_QUOTES, CONST_PERSISTENT|CONST_CS);
|
| H A D | info.c | 71 new_str = php_escape_html_entities((unsigned char *) str, len, &new_len, 0, ENT_QUOTES, "utf-8" TSRMLS_CC); 286 return php_escape_html_entities(string, strlen(string), &new_len, 0, ENT_QUOTES, NULL TSRMLS_CC);
|
| /PHP_TRUNK/ |
| H A D | run-tests.php | 2682 $escaped_details = htmlspecialchars($details, ENT_QUOTES, 'UTF-8'); 2684 $escaped_test_name = basename($file_name) . ' - ' . htmlspecialchars($test_name, ENT_QUOTES);
|
| /PHP_TRUNK/sapi/cli/ |
| H A D | php_cli_server.c | 1787 escaped_request_uri = php_escape_html_entities_ex((unsigned char *)client->request.request_uri, client->request.request_uri_len, &escaped_request_uri_len, 0, ENT_QUOTES, NULL, 0 TSRMLS_CC);
|
| /PHP_TRUNK/ext/wddx/ |
| H A D | wddx.c | 410 buf = php_escape_html_entities(Z_STRVAL_P(var), Z_STRLEN_P(var), &buf_len, 0, ENT_QUOTES, NULL TSRMLS_CC); 635 name_esc = php_escape_html_entities(name, name_len, &name_esc_len, 0, ENT_QUOTES, NULL TSRMLS_CC);
|
Completed in 18 milliseconds