Searched refs:quote (Results 76 – 90 of 90) sorted by relevance
1234
/PHP-8.1/ext/standard/tests/strings/ |
H A D | html_entity_decode3.phpt | 17 "'", //single quote, depends on flags
|
H A D | stripslashes_variation2.phpt | 2 Test stripslashes() function : usage variations - un-quote strings quoted with addslashes()
|
H A D | get_html_translation_table_basic2.phpt | 14 // $table as HTML_ENTITIES and different quote style
|
/PHP-8.1/sapi/fpm/fpm/ |
H A D | zlog.c | 579 void zlog_stream_set_msg_quoting(struct zlog_stream *stream, zlog_bool quote) /* {{{ */ in zlog_stream_set_msg_quoting() argument 581 stream->msg_quote = quote && stream->decorate ? 1 : 0; in zlog_stream_set_msg_quoting()
|
/PHP-8.1/ext/pdo/ |
H A D | pdo_sql_parser.re | 199 /* let's quote all the values */
|
H A D | pdo_dbh.c | 1164 PHP_METHOD(PDO, quote) in PHP_METHOD() argument
|
/PHP-8.1/win32/build/ |
H A D | confutils.js | 2678 function AC_DEFINE(name, value, comment, quote) argument 2680 if (quote == null) { 2681 quote = true; 2683 if (quote && typeof(value) == "string") {
|
/PHP-8.1/Zend/ |
H A D | zend_ast.c | 1088 static ZEND_COLD void zend_ast_export_qstr(smart_str *str, char quote, zend_string *s) in zend_ast_export_qstr() argument 1125 if (c == quote || c == '$' || c == '\\') { in zend_ast_export_qstr() 1247 static ZEND_COLD void zend_ast_export_encaps_list(smart_str *str, char quote, zend_ast_list *list, … in zend_ast_export_encaps_list() argument 1258 zend_ast_export_qstr(str, quote, Z_STR_P(zv)); in zend_ast_export_encaps_list()
|
H A D | zend_API.c | 4883 static zend_string *try_parse_string(const char *str, size_t len, char quote) { in try_parse_string() argument 4889 if (str[i] == '\\' || str[i] == quote) { in try_parse_string()
|
/PHP-8.1/ext/pdo_mysql/ |
H A D | mysql_driver.c | 303 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
|
/PHP-8.1/build/ |
H A D | libtool.m4 | 112 # Same as above, but do not quote variable references. 467 # backslashes. This makes it impossible to quote backslashes using 548 # Copy echo and quote the copy suitably for passing to libtool from 4034 # Now quote all the things that may contain metacharacters while being 4036 # variables and quote the copies for generation of the libtool script. 4097 # Double-quote double-evaled strings.
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli_api.c | 1932 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
|
/PHP-8.1/ |
H A D | NEWS | 928 . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
|
/PHP-8.1/ext/fileinfo/tests/ |
H A D | magic | 10173 # look for double quote 0x22 on 3rd line 10175 # skip if next character also double quote
|
H A D | magic私はガラスを食べられます | 10173 # look for double quote 0x22 on 3rd line 10175 # skip if next character also double quote
|
Completed in 200 milliseconds
1234