Home
last modified time | relevance | path

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

123

/PHP-5.3/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"]=>
H A Dfail001.phpt33 "['single quote']");
161 Testing: ['single quote']
/PHP-5.3/Zend/tests/
H A Dbug47516.phpt2 Bug #47516 (nowdoc can not be embed in heredoc but can be embed in double quote)
/PHP-5.3/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.3/ext/standard/tests/strings/
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 Ducwords_variation3.phpt11 * test ucwords() with different string prepared using single quote
28 // using quote chars in sentence
H A Dstr_split_variation4.phpt29 'It\'s string with quote', //string containing single quote
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-5.3/ext/sqlite/libsqlite/src/
H A Dutil.c437 int quote; in sqliteDequote() local
440 quote = z[0]; in sqliteDequote()
441 switch( quote ){ in sqliteDequote()
444 case '[': quote = ']'; break; in sqliteDequote()
448 if( z[i]==quote ){ in sqliteDequote()
449 if( z[i+1]==quote ){ in sqliteDequote()
450 z[j++] = quote; in sqliteDequote()
/PHP-5.3/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.3/ext/tidy/tests/
H A D027.phpt18 'quote-marks' => true,
/PHP-5.3/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.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_interface.phpt30 'quote' => true,
H A Dbug54929.phpt2 Bug #54929 (Parse error with single quote in sql comment (pdo-mysql))
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 . '%');
/PHP-5.3/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")
/PHP-5.3/ext/sqlite3/tests/
H A Dsqlite3_09_blob_bound_param.phpt30 $results = $db->query("SELECT id, quote(data) AS data FROM test ORDER BY id ASC");
/PHP-5.3/tests/basic/
H A Dbug46313-win.phpt30 /* The windows policy is walking to the last (single)quote in a file name and taking the remain.
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput1476 " (?: # opening quote...
480 )* " # closing quote
490 " (?: # opening quote...
494 )* " # closing quote
527 " (?: # opening quote...
531 )* " # closing quote
539 " (?: # opening quote...
543 )* " # closing quote
613 )* " # closing quote
627 )* " # closing quote
[all …]

Completed in 51 milliseconds

123