Home
last modified time | relevance | path

Searched refs:quote (Results 26 – 50 of 80) sorted by relevance

1234

/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt2 Test PDO->quote() for PDO_OCI
20 // Remember!: use bind variables instead of PDO->quote()
24 $q = $db->quote($u);
/PHP-5.5/ext/ereg/tests/
H A D003.phpt2 ereg_replace single-quote test
/PHP-5.5/Zend/tests/
H A Dheredoc_014.phpt2 Heredoc with double quotes syntax but missing second quote
H A Dbug47516.phpt2 Bug #47516 (nowdoc can not be embed in heredoc but can be embed in double quote)
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrev_variation3.phpt32 "things in double quote"
33 'things in single quote'
H A Dbug46578.phpt2 Bug #46578 (strip_tags() does not honor end-of-comment when it encounters a single quote)
H A Dstr_split_variation3.phpt29 "It's string with quote", //string containing single quote
H A Dstr_split_variation4.phpt29 'It\'s string with quote', //string containing single quote
H A Ducwords_variation3.phpt11 * test ucwords() with different string prepared using single quote
28 // using quote chars in sentence
H A Ducwords_variation4.phpt11 * test ucwords() with different string prepared using double quote
28 // using quote chars in sentence
/PHP-5.5/ext/json/tests/
H A Dpass001.phpt33 \"quote\": \"\\\"\",
116 "quote": "\"",
199 ["quote"]=>
337 ["quote"]=>
432 …23456789e-13,"E":1.23456789e+34,"_empty_":0,"zero":0,"one":1,"space":" ","quote":"\"","backslash":…
434 …,"e":1.23456789e-13,"E":1.23456789e+34,"":0,"zero":0,"one":1,"space":" ","quote":"\"","backslash":…
479 ["quote"]=>
617 ["quote"]=>
H A Dpass001.1.phpt40 \"quote\": \"\\\"\",
128 "quote": "\"",
217 ["quote"]=>
398 ["quote"]=>
534 …6789e+34,"_empty_":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":…
536 …:1.23456789e+34,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":…
583 ["quote"]=>
764 ["quote"]=>
H A Dpass001.1_64bit.phpt40 \"quote\": \"\\\"\",
128 "quote": "\"",
217 ["quote"]=>
398 ["quote"]=>
534 …6789e+34,"_empty_":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":…
536 …:1.23456789e+34,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quote":"\"","backslash":…
583 ["quote"]=>
764 ["quote"]=>
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug69362.phpt2 PDO PgSQL Bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)
49 // Create temp user with leading single quote
/PHP-5.5/ext/xsl/tests/
H A Dbug48221.phpt14 …r::transformToXml(): Cannot create XPath expression (string contains both quote and double-quotes)…
H A Dxsltprocessor_setparameter-errorquote.phpt18 …r::transformToXml(): Cannot create XPath expression (string contains both quote and double-quotes)…
/PHP-5.5/main/
H A Drfc1867.c481 char *pos = *line, quote; in php_ap_getword() local
485 if ((quote = *pos) == '"' || quote == '\'') { in php_ap_getword()
487 while (*pos && *pos != quote) { in php_ap_getword()
488 if (*pos == '\\' && pos[1] && pos[1] == quote) { in php_ap_getword()
515 static char *substring_conf(char *start, int len, char quote) in substring_conf() argument
521 for (i = 0; i < len && start[i] != quote; ++i) { in substring_conf()
522 if (start[i] == '\\' && (start[i + 1] == '\\' || (quote && start[i + 1] == quote))) { in substring_conf()
544 char quote = *str; in php_ap_getword_conf() local
547 return substring_conf(str, strlen(str), quote); in php_ap_getword_conf()
/PHP-5.5/ext/opcache/tests/
H A Dblacklist.phpt2 Blacklist (with glob, quote and comments)
H A Dblacklist-win32.phpt2 Blacklist (with glob, quote and comments)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data131 winpath1="c:\some windows\path\test\new\r\quote \" here\single ' quote\some more"
H A Dparse_ini_basic.phpt278 string(69) "c:\some windows\path\test\new\r\quote " here\single ' quote\some more"
/PHP-5.5/ext/tidy/tests/
H A D027.phpt18 'quote-marks' => true,
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php277 $this->dbc->quote($test_name);
288 $this->dbc->quote($test_name).",".
289 $this->dbc->quote($success).",".
290 $this->dbc->quote($error).",".
291 ($wire?$this->dbc->quote($wire):"''").")";
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_interface.phpt30 'quote' => true,
/PHP-5.5/ext/standard/tests/array/
H A Darray_rand_variation4.phpt42 "\t" => "tab as key", "'" => 'single quote as key',
43 '"' => 'double quote as key', "\0" => "null char as key")

Completed in 53 milliseconds

1234