Home
last modified time | relevance | path

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

1234

/PHP-7.4/sapi/cli/tests/
H A D017.phpt27 quote';
78 quote
/PHP-7.4/ext/mbstring/tests/
H A Dbug71298.phpt2 Bug #71298: MB_CASE_TITLE misbehaves with curled apostrophe/quote (HTML ’)
/PHP-7.4/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
H A Dget_html_translation_table_basic3.phpt14 // $table as HTML_SEPCIALCHARS and different quote style
/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)
/PHP-7.4/ext/json/tests/
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"]=>
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"]=>
/PHP-7.4/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-7.4/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
H A Dbug71885_2.phpt25 $jsonb = $db->quote(json_encode(['a' => 1]));
/PHP-7.4/main/
H A Drfc1867.c483 char *pos = *line, quote; in php_ap_getword() local
487 if ((quote = *pos) == '"' || quote == '\'') { in php_ap_getword()
489 while (*pos && *pos != quote) { in php_ap_getword()
490 if (*pos == '\\' && pos[1] && pos[1] == quote) { in php_ap_getword()
517 static char *substring_conf(char *start, int len, char quote) in substring_conf() argument
523 for (i = 0; i < len && start[i] != quote; ++i) { in substring_conf()
524 if (start[i] == '\\' && (start[i + 1] == '\\' || (quote && start[i + 1] == quote))) { in substring_conf()
546 char quote = *str; in php_ap_getword_conf() local
549 return substring_conf(str, (int)strlen(str), quote); in php_ap_getword_conf()
/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/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-7.4/ext/tidy/tests/
H A D027.phpt18 'quote-marks' => true,
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_interface.phpt30 'quote' => true,
/PHP-7.4/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 29 milliseconds

1234