Home
last modified time | relevance | path

Searched refs:quote (Results 76 – 90 of 90) sorted by relevance

1234

/PHP-8.1/ext/standard/tests/strings/
H A Dhtml_entity_decode3.phpt17 "'", //single quote, depends on flags
H A Dstripslashes_variation2.phpt2 Test stripslashes() function : usage variations - un-quote strings quoted with addslashes()
H A Dget_html_translation_table_basic2.phpt14 // $table as HTML_ENTITIES and different quote style
/PHP-8.1/sapi/fpm/fpm/
H A Dzlog.c579 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 Dpdo_sql_parser.re199 /* let's quote all the values */
H A Dpdo_dbh.c1164 PHP_METHOD(PDO, quote) in PHP_METHOD() argument
/PHP-8.1/win32/build/
H A Dconfutils.js2678 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 Dzend_ast.c1088 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 Dzend_API.c4883 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 Dmysql_driver.c303 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-8.1/build/
H A Dlibtool.m4112 # 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 Dmysqli_api.c1932 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-8.1/
H A DNEWS928 . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic10173 # look for double quote 0x22 on 3rd line
10175 # skip if next character also double quote
H A Dmagic私はガラスを食べられます10173 # look for double quote 0x22 on 3rd line
10175 # skip if next character also double quote

Completed in 169 milliseconds

1234