Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 25 of 76) sorted by path

1234

/PHP-7.4/
H A DNEWS2647 . Fixed bug #71298 (MB_CASE_TITLE misbehaves with curled apostrophe/quote).
2692 . Fixed bug #75355 (preg_quote() does not quote # control character).
/PHP-7.4/Zend/tests/
H A Dbug47516.phpt2 Bug #47516 (nowdoc can not be embed in heredoc but can be embed in double quote)
H A Dheredoc_014.phpt2 Heredoc with double quotes syntax but missing second quote
/PHP-7.4/Zend/
H A Dzend_ast.c941 static ZEND_COLD void zend_ast_export_qstr(smart_str *str, char quote, zend_string *s) in zend_ast_export_qstr() argument
978 if (c == quote || c == '$' || c == '\\') { in zend_ast_export_qstr()
1100 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
1111 zend_ast_export_qstr(str, quote, Z_STR_P(zv)); in zend_ast_export_encaps_list()
/PHP-7.4/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
4025 # Now quote all the things that may contain metacharacters while being
4027 # variables and quote the copies for generation of the libtool script.
4088 # Double-quote double-evaled strings.
/PHP-7.4/docs/
H A Dmailinglist-rules.md64 3. Do not top post. Place your answer underneath anyone you wish to quote
68 create an entirely new thread copying anything you wish to quote into the
/PHP-7.4/ext/json/tests/
H A Dfail001.phpt34 "['single quote']"
162 Testing: ['single quote']
H A Dpass001.1.phpt37 \"quote\": \"\\\"\",
125 "quote": "\"",
214 ["quote"]=>
395 ["quote"]=>
531 …:1.23456789e+34,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":…
533 …:1.23456789e+34,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":…
580 ["quote"]=>
761 ["quote"]=>
H A Dpass001.1_64bit.phpt38 \"quote\": \"\\\"\",
126 "quote": "\"",
215 ["quote"]=>
396 ["quote"]=>
532 …:1.23456789e+34,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":…
534 …:1.23456789e+34,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":…
581 ["quote"]=>
762 ["quote"]=>
H A Dpass001.phpt31 \"quote\": \"\\\"\",
114 "quote": "\"",
197 ["quote"]=>
335 ["quote"]=>
430 …,"e":1.23456789e-13,"E":1.23456789e+34,"":0,"zero":0,"one":1,"space":" ","quote":"\"","backslash":…
432 …,"e":1.23456789e-13,"E":1.23456789e+34,"":0,"zero":0,"one":1,"space":" ","quote":"\"","backslash":…
477 ["quote"]=>
615 ["quote"]=>
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1114 … *php_mb_rfc1867_substring_conf(const zend_encoding *encoding, char *start, size_t len, char quote) in php_mb_rfc1867_substring_conf() argument
1120 for (i = 0; i < len && start[i] != quote; ++i) { in php_mb_rfc1867_substring_conf()
1121 if (start[i] == '\\' && (start[i + 1] == '\\' || (quote && start[i + 1] == quote))) { in php_mb_rfc1867_substring_conf()
1139 char *pos = *line, quote; in php_mb_rfc1867_getword() local
1143 if ((quote = *pos) == '"' || quote == '\'') { in php_mb_rfc1867_getword()
1145 while (*pos && *pos != quote) { in php_mb_rfc1867_getword()
1146 if (*pos == '\\' && pos[1] && pos[1] == quote) { in php_mb_rfc1867_getword()
1188 char quote = *str; in php_mb_rfc1867_getword_conf() local
1191 return php_mb_rfc1867_substring_conf(encoding, str, strlen(str), quote); in php_mb_rfc1867_getword_conf()
/PHP-7.4/ext/mbstring/tests/
H A Dbug71298.phpt2 Bug #71298: MB_CASE_TITLE misbehaves with curled apostrophe/quote (HTML &rsquo;)
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c1956 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-7.4/ext/opcache/tests/
H A Dblacklist-win32.phpt2 Blacklist (with glob, quote and comments)
H A Dblacklist.phpt2 Blacklist (with glob, quote and comments)
/PHP-7.4/ext/pcre/tests/
H A Dbug41148.phpt23 /* 13 */ "/<quote>/S",
24 /* 14 */ "/<\/quote>/S"
H A Dbug75355.phpt2 Bug #75355 (preg_quote() does not quote # control character)
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1151 static PHP_METHOD(PDO, quote) in PHP_METHOD() argument
1254 PHP_ME(PDO, quote, arginfo_pdo_quote, ZEND_ACC_PUBLIC)
H A Dpdo_sql_parser.re207 /* let's quote all the values */
/PHP-7.4/ext/pdo/tests/
H A Dbug_47769.phpt20 public function quote($str, $paramtype = NULL) {
28 $test->quote('foo');
H A Dbug_71447.phpt43 // Comment with single quote
53 // C-Style comment with single quote
63 // Comment with double quote
H A Dpdo_033.phpt2 PDO Common: PDO::quote()
20 $quoted = $db->quote($unquoted);
/PHP-7.4/ext/pdo_dblib/tests/
H A Dpdo_dblib_quote.phpt2 PDO_DBLIB: Ensure quote function returns expected results
11 var_dump($db->quote(true, PDO::PARAM_BOOL));
12 var_dump($db->quote(false, PDO::PARAM_BOOL));
13 var_dump($db->quote(42, PDO::PARAM_INT));
14 var_dump($db->quote(null, PDO::PARAM_NULL));
15 var_dump($db->quote('\'', PDO::PARAM_STR));
16 var_dump($db->quote('foo', PDO::PARAM_STR));
17 var_dump($db->quote('foo', PDO::PARAM_STR | PDO::PARAM_STR_CHAR));
18 var_dump($db->quote('über', PDO::PARAM_STR | PDO::PARAM_STR_NATL));
24 var_dump($db->quote('foo', PDO::PARAM_STR | PDO::PARAM_STR_CHAR));
[all …]
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c301 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug41125.phpt2 Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)
18 $sql = "SELECT 1 FROM DUAL WHERE 'o''riley' LIKE " . $db->quote('%' . $search . '%');

Completed in 76 milliseconds

1234