Home
last modified time | relevance | path

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

1234

/PHP-8.0/win32/build/
H A Dconfutils.js2673 function AC_DEFINE(name, value, comment, quote) argument
2675 if (quote == null) {
2676 quote = true;
2678 if (quote && typeof(value) == "string") {
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_driver.c306 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-8.0/ext/standard/tests/strings/
H A Dget_html_translation_table_basic2.phpt14 // $table as HTML_ENTITIES and different quote style
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c1130 PHP_METHOD(PDO, quote) in PHP_METHOD() argument
/PHP-8.0/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
4026 # Now quote all the things that may contain metacharacters while being
4028 # variables and quote the copies for generation of the libtool script.
4089 # Double-quote double-evaled strings.
/PHP-8.0/Zend/
H A Dzend_API.c4501 static zend_string *try_parse_string(const char *str, size_t len, char quote) { in try_parse_string() argument
4507 if (str[i] == '\\' || str[i] == quote) { in try_parse_string()
/PHP-8.0/ext/mysqli/
H A Dmysqli_api.c1881 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-8.0/
H A DNEWS36 . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます9750 # look for double quote 0x22 on 3rd line
9752 # skip if next character also double quote
H A Dmagic9750 # look for double quote 0x22 on 3rd line
9752 # skip if next character also double quote

Completed in 152 milliseconds

1234