/PHP-8.1/ext/pdo/tests/ |
H A D | bug_71447.phpt | 44 // Comment with single quote 54 // C-Style comment with single quote 64 // Comment with double quote
|
/PHP-8.1/ext/pdo_oci/tests/ |
H A D | pdo_oci_quote1.phpt | 2 Test PDO->quote() for PDO_OCI 22 // Remember!: use bind variables instead of PDO->quote() 26 $q = $db->quote($u);
|
/PHP-8.1/sapi/cli/tests/ |
H A D | 017.phpt | 29 quote'; 80 quote
|
/PHP-8.1/ext/pcre/tests/ |
H A D | bug75355.phpt | 2 Bug #75355 (preg_quote() does not quote # control character)
|
/PHP-8.1/Zend/tests/ |
H A D | heredoc_014.phpt | 2 Heredoc with double quotes syntax but missing second quote
|
H A D | bug47516.phpt | 2 Bug #47516 (nowdoc can not be embed in heredoc but can be embed in double quote)
|
/PHP-8.1/ext/mbstring/tests/ |
H A D | bug71298.phpt | 2 Bug #71298: MB_CASE_TITLE misbehaves with curled apostrophe/quote (HTML ’)
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | strrev_variation3.phpt | 27 "things in double quote" 28 'things in single quote'
|
H A D | bug46578.phpt | 2 Bug #46578 (strip_tags() does not honor end-of-comment when it encounters a single quote)
|
H A D | str_split_variation3.phpt | 21 "It's string with quote", //string containing single quote
|
H A D | ucwords_variation3.phpt | 6 * test ucwords() with different string prepared using single quote 23 // using quote chars in sentence
|
H A D | str_split_variation4.phpt | 21 'It\'s string with quote', //string containing single quote
|
H A D | addslashes_basic.phpt | 13 $str_array = array( "How's everybody", // string containing single quote
|
/PHP-8.1/ext/json/tests/ |
H A D | pass001.phpt | 27 \"quote\": \"\\\"\", 110 "quote": "\"", 193 ["quote"]=> 331 ["quote"]=> 426 …,"e":1.23456789e-13,"E":1.23456789e+34,"":0,"zero":0,"one":1,"space":" ","quote":"\"","backslash":… 428 …,"e":1.23456789e-13,"E":1.23456789e+34,"":0,"zero":0,"one":1,"space":" ","quote":"\"","backslash":… 473 ["quote"]=> 611 ["quote"]=>
|
H A D | pass001.1.phpt | 33 \"quote\": \"\\\"\", 121 "quote": "\"", 210 ["quote"]=> 391 ["quote"]=> 527 …:1.23456789e+34,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":… 529 …:1.23456789e+34,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":… 576 ["quote"]=> 757 ["quote"]=>
|
H A D | pass001.1_64bit.phpt | 37 \"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"]=>
|
/PHP-8.1/ext/standard/tests/general_functions/ |
H A D | parse_ini_basic.data | 131 winpath1="c:\some windows\path\test\new\r\quote \" here\single ' quote\some more" 139 double_quoted_2 = "Use \\\" to escape double quote"
|
H A D | parse_ini_basic.phpt | 278 string(69) "c:\some windows\path\test\new\r\quote " here\single ' quote\some more" 289 string(29) "Use \" to escape double quote"
|
/PHP-8.1/ext/xsl/tests/ |
H A D | bug48221.phpt | 13 …r::transformToXml(): Cannot create XPath expression (string contains both quote and double-quotes)…
|
H A D | xsltprocessor_setparameter-errorquote.phpt | 15 …r::transformToXml(): Cannot create XPath expression (string contains both quote and double-quotes)…
|
/PHP-8.1/ext/pdo_pgsql/tests/ |
H A D | bug69362.phpt | 2 PDO PgSQL Bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote) 52 // Create temp user with leading single quote
|
/PHP-8.1/ext/pdo/ |
H A D | pdo_dbh.stub.php | 44 public function quote(string $string, int $type = PDO::PARAM_STR): string|false {} function in PDO
|
H A D | pdo_dbh_arginfo.h | 74 ZEND_METHOD(PDO, quote); 92 ZEND_ME(PDO, quote, arginfo_class_PDO_quote, ZEND_ACC_PUBLIC)
|
/PHP-8.1/main/ |
H A D | rfc1867.c | 475 char *pos = *line, quote; in php_ap_getword() local 479 if ((quote = *pos) == '"' || quote == '\'') { in php_ap_getword() 481 while (*pos && *pos != quote) { in php_ap_getword() 482 if (*pos == '\\' && pos[1] && pos[1] == quote) { in php_ap_getword() 509 static char *substring_conf(char *start, int len, char quote) in substring_conf() argument 515 for (i = 0; i < len && start[i] != quote; ++i) { in substring_conf() 516 if (start[i] == '\\' && (start[i + 1] == '\\' || (quote && start[i + 1] == quote))) { in substring_conf() 538 char quote = *str; in php_ap_getword_conf() local 541 return substring_conf(str, (int)strlen(str), quote); in php_ap_getword_conf()
|
/PHP-8.1/ext/opcache/tests/ |
H A D | blacklist-win32.phpt | 2 Blacklist (with glob, quote and comments)
|