Home
last modified time | relevance | path

Searched refs:quotes (Results 1 – 25 of 74) sorted by relevance

123

/php-src/ext/dom/tests/
H A DDOMXPath_quote.phpt29 // if the string contains both single and double quotes, construct an
31 // the quotes, e.g.:
50 'foo' => "'foo'", // no quotes
51 '"foo' => '\'"foo\'', // double quotes only
52 '\'foo' => '"\'foo"', // single quotes only
53 '\'foo"bar' => 'concat("\'foo",\'"bar\')', // both; double quotes in mid-string
55 '\'foo"' => 'concat("\'foo",\'"\')', // string ends with double quotes
56 '\'foo""' => 'concat("\'foo",\'""\')', // string ends with run of double quotes
57 '"\'foo' => 'concat(\'"\',"\'foo")', // string begins with double quotes
58 '""\'foo' => 'concat(\'""\',"\'foo")', // string begins with run of double quotes
[all …]
/php-src/ext/standard/tests/strings/
H A Dstrtr_variation3.phpt19 \"quotes
29 "\"quotes",
36 '\"quotes',
78 string(7) ""quotes"
79 string(7) ""quotes"
93 string(8) "T"quotes"
94 string(8) "\"quotes"
96 string(54) "SesSTsttETTtestTTstrtrTTtestETstrtrT$variableTT"quotes"
97 string(52) " es \sttT\test\\strtrtttestTstrtrt$variablet\"quotes"
H A Dbug53021.phpt6 echo "double quotes variations:", "\n";
16 echo "\nsingle quotes variations:", "\n";
27 double quotes variations:
37 single quotes variations:
H A Dstrval_basic.phpt23 // String with quotes
24 /*4*/ "String with \"quotes\"",
61 string(20) "String with "quotes""
H A Dstrip_tags_variation5.phpt43 <html>This's a string with quotes:</html>
60 $quotes = "<html><a><?php";
66 var_dump( strip_tags($res_heredoc_strings[$index], $quotes) );
93 string(150) "<html>This's a string with quotes:</html>
H A Dstripos_variation6.phpt2 Test stripos() function : usage variations - heredoc string containing quotes for 'haystack' argume…
5 /* Test stripos() function by passing heredoc string containing quotes for haystack
H A Dstrrpos_variation6.phpt2 Test strrpos() function : usage variations - heredoc string containing quotes for 'haystack' argume…
5 /* Test strrpos() function by passing heredoc string containing quotes for haystack
H A Dcrc32_variation2.phpt11 * Testing crc32() : with different strings in single quotes passed to the function
14 echo "*** Testing crc32() : with different strings in single quotes ***\n";
70 *** Testing crc32() : with different strings in single quotes ***
H A Dstrip_tags_variation8.phpt13 $quotes = array (
26 foreach($quotes as $string_value)
H A Dcrc32_variation3.phpt11 * Testing crc32() : with different strings in double quotes passed to the function
14 echo "*** Testing crc32() : with different strings in double quotes ***\n";
72 *** Testing crc32() : with different strings in double quotes ***
H A Dbug40637.phpt2 Bug #40637 (strip_tags() does not handle single quotes correctly)
/php-src/ext/standard/tests/array/
H A Darray_key_exists_variation8.phpt52 /*5*/ 'empty double quotes' => array(
55 'empty single quotes' => array(
113 -- $key arguments are empty double quotes data:
115 -- $key arguments are empty single quotes data:
142 -- $key arguments are empty double quotes data:
144 -- $key arguments are empty single quotes data:
171 -- $key arguments are empty double quotes data:
173 -- $key arguments are empty single quotes data:
200 -- $key arguments are empty double quotes data:
242 -- Iteration 6: empty double quotes data --
[all …]
H A Dkey_variation2.phpt52 /*8*/ 'empty double quotes' => array(
56 /*9*/ 'empty single quotes' => array(
112 -- Iteration 6 : empty double quotes data --
115 -- Iteration 7 : empty single quotes data --
H A Darray_push_variation6.phpt53 /*5*/ 'empty double quotes' => array(
56 'empty single quotes' => array(
114 -- Iteration 6 : empty double quotes data --
118 -- Iteration 7 : empty single quotes data --
H A Darray_shift_variation3.phpt52 /*8*/ 'empty double quotes' => array(
56 /*9*/ 'empty single quotes' => array(
127 -- Iteration 6 : empty double quotes data --
132 -- Iteration 7 : empty single quotes data --
H A Darray_values_variation3.phpt53 /*8*/ 'empty double quotes' => array(
57 /*9*/ 'empty single quotes' => array(
131 -- Iteration 6: empty double quotes data --
137 -- Iteration 7: empty single quotes data --
H A Darray_change_key_case_variation3.phpt51 /*5*/ 'empty double quotes' => array(
54 'empty single quotes' => array(
129 -- Iteration 6 : empty double quotes data --
135 -- Iteration 7 : empty single quotes data --
H A Darray_intersect_ukey_variation8.phpt11 //function name within double quotes
18 //function name within single quotes
H A Darray_diff_ukey_variation10.phpt11 //function name within double quotes
18 //function name within single quotes
H A Darray_merge_variation4.phpt56 /*8*/ 'empty double quotes' => array(
60 /*9*/ 'empty single quotes' => array(
206 -- Iteration 6: empty double quotes data --
224 -- Iteration 7: empty single quotes data --
H A Darray_slice_variation7.phpt57 /*8*/ 'empty double quotes' => array(
61 /*9*/ 'empty single quotes' => array(
179 -- Iteration 6 : key type is empty double quotes --
191 -- Iteration 7 : key type is empty single quotes --
/php-src/ext/filter/tests/
H A D004.phpt9 d="quotes"&e=\slash
26 O&#39;Henry&#60;b&#62;Bold&#60;/b&#62;&#34;quotes&#34;\slash
27 O&#39;Henry&#60;b&#62;Bold&#60;/b&#62;&#34;quotes&#34;\slash
/php-src/ext/xmlwriter/tests/
H A DOO_013.phpt10 …for inclusion within CData tags can include characters like <, >, &, and quotes like ' and \"]]></…
28 …for inclusion within CData tags can include characters like <, >, &, and quotes like ' and "]]></c…
H A DOO_012.phpt10 …ext for inclusion within CData tags can include characters like <, >, &, and quotes like ' and \"";
30 …for inclusion within CData tags can include characters like <, >, &, and quotes like ' and "]]></c…
/php-src/Zend/tests/
H A Dheredoc_012.phpt2 Heredoc with double quotes

Completed in 64 milliseconds

123