Home
last modified time | relevance | path

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

1234

/php-src/ext/standard/tests/strings/
H A Dstrncasecmp_variation9.phpt36 /* heredoc string with quote chars & slash */
39 "things in double quote"
40 'things in single quote'
H A Ducwords_variation2.phpt40 // heredoc with quote chars & slash
43 "things in double quote"
44 'things in single quote'
H A Dstrrev_variation3.phpt27 "things in double quote"
28 '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.phpt21 "It's string with quote", //string containing single quote
H A Ducwords_variation3.phpt6 * test ucwords() with different string prepared using single quote
23 // using quote chars in sentence
H A Dstr_split_variation4.phpt21 'It\'s string with quote', //string containing single quote
H A Daddslashes_basic.phpt13 $str_array = array( "How's everybody", // string containing single quote
/php-src/ext/pdo/tests/
H A Dpdo_033.phpt2 PDO Common: PDO::quote()
21 $quoted = $db->quote($unquoted);
H A Dbug_71447.phpt44 // Comment with single quote
54 // C-Style comment with single quote
64 // Comment with double quote
/php-src/ext/pcre/tests/
H A Dbug75355.phpt2 Bug #75355 (preg_quote() does not quote # control character)
/php-src/Zend/tests/
H A Dheredoc_014.phpt2 Heredoc with double quotes syntax but missing second quote
H A Dbug47516.phpt2 Bug #47516 (nowdoc cannot be embedded in heredoc but can be embedded in double quote)
/php-src/ext/mbstring/tests/
H A Dbug71298.phpt2 Bug #71298: MB_CASE_TITLE misbehaves with curled apostrophe/quote (HTML ’)
/php-src/ext/json/tests/
H A Dpass001.phpt27 \"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 Dpass001.1.phpt33 \"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 Dpass001.1_64bit.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"]=>
/php-src/ext/pdo_pgsql/tests/
H A Dbug69362.phpt2 PDO PgSQL Bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)
50 // Create temp user with leading single quote
/php-src/sapi/cli/tests/
H A D017.phpt39 quote';
102 quote
/php-src/main/
H A Drfc1867.c453 char *pos = *line, quote; in php_ap_getword() local
457 if ((quote = *pos) == '"' || quote == '\'') { in php_ap_getword()
459 while (*pos && *pos != quote) { in php_ap_getword()
460 if (*pos == '\\' && pos[1] && pos[1] == quote) { in php_ap_getword()
487 static char *substring_conf(char *start, int len, char quote) in substring_conf() argument
493 for (i = 0; i < len && start[i] != quote; ++i) { in substring_conf()
494 if (start[i] == '\\' && (start[i + 1] == '\\' || (quote && start[i + 1] == quote))) { in substring_conf()
516 char quote = *str; in php_ap_getword_conf() local
519 return substring_conf(str, (int)strlen(str), quote); in php_ap_getword_conf()
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data133 winpath1="c:\some windows\path\test\new\r\quote \" here\single ' quote\some more"
141 double_quoted_2 = "Use \\\" to escape double quote"
H A Dparse_ini_basic.phpt285 string(69) "c:\some windows\path\test\new\r\quote " here\single ' quote\some more"
296 string(29) "Use \" to escape double quote"
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_quote_gbk_double_escape.phpt15 $quoted = $link->quote("\xbf\x27");
38 $quoted = $link->quote("\xbf\x27");
/php-src/ext/opcache/tests/
H A Dblacklist-win32.phpt2 Blacklist (with glob, quote and comments)
/php-src/ext/tidy/tests/
H A D027.phpt18 'quote-marks' => true,

Completed in 45 milliseconds

1234