Home
last modified time | relevance | path

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

123

/PHP-7.3/ext/standard/tests/strings/
H A Dstrtr_variation3.phpt25 \"quotes
35 "\"quotes",
42 '\"quotes',
84 string(7) ""quotes"
85 string(7) ""quotes"
99 string(8) "T"quotes"
100 string(8) "\"quotes"
102 string(54) "SesSTsttETTtestTTstrtrTTtestETstrtrT$variableTT"quotes"
103 string(52) " es \sttT\test\\strtrtttestTstrtrt$variablet\"quotes"
H A Dbug53021.phpt6 echo "double quotes variations:", "\n";
16 echo "\nsingle quotes variations:", "\n";
26 double quotes variations:
36 single quotes variations:
H A Dstrval_basic.phpt28 // String with quotes
29 /*4*/ "String with \"quotes\"",
67 string(20) "String with "quotes""
H A Dstrip_tags_variation5.phpt51 <html>This's a string with quotes:</html>
68 $quotes = "<html><a><?php";
74 var_dump( strip_tags($res_heredoc_strings[$index], $quotes) );
101 string(150) "<html>This's a string with quotes:</html>
H A Dstrrpos_variation6.phpt2 Test strrpos() function : usage variations - heredoc string containing quotes for 'haystack' argume…
10 /* Test strrpos() function by passing heredoc string containing quotes for haystack
H A Daddslashes_basic.phpt6 * Description: Returns a string with backslashes before characters (single quotes, double quote,
20 'Are you "JOHN"?', // string with double quotes
H A Dstripos_variation6.phpt2 Test stripos() function : usage variations - heredoc string containing quotes for 'haystack' argume…
10 /* Test stripos() function by passing heredoc string containing quotes for haystack
H A Dcrc32_variation2.phpt17 * Testing crc32() : with different strings in single quotes passed to the function
20 echo "*** Testing crc32() : with different strings in single quotes ***\n";
76 *** Testing crc32() : with different strings in single quotes ***
H A Dbug40637.phpt2 Bug #40637 (strip_tags() does not handle single quotes correctly)
H A Dstrip_tags_variation8.phpt20 $quotes = array (
33 foreach($quotes as $string_value)
H A Dcrc32_variation3.phpt17 * Testing crc32() : with different strings in double quotes passed to the function
20 echo "*** Testing crc32() : with different strings in double quotes ***\n";
78 *** Testing crc32() : with different strings in double quotes ***
/PHP-7.3/ext/filter/tests/
H A D004.phpt8 d="quotes"&e=\slash
25 O&#39;Henry&#60;b&#62;Bold&#60;/b&#62;&#34;quotes&#34;\slash
26 O&#39;Henry&#60;b&#62;Bold&#60;/b&#62;&#34;quotes&#34;\slash
/PHP-7.3/ext/standard/tests/array/
H A Darray_key_exists_variation8.phpt70 /*5*/ 'empty double quotes' => array(
73 'empty single quotes' => array(
138 -- $key arguments are empty double quotes data:
140 -- $key arguments are empty single quotes data:
174 -- $key arguments are empty double quotes data:
176 -- $key arguments are empty single quotes data:
210 -- $key arguments are empty double quotes data:
212 -- $key arguments are empty single quotes data:
246 -- $key arguments are empty double quotes data:
367 -- Iteration 8: empty double quotes data --
[all …]
H A Dkey_variation2.phpt69 /*8*/ 'empty double quotes' => array(
73 /*9*/ 'empty single quotes' => array(
139 -- Iteration 8 : empty double quotes data --
142 -- Iteration 9 : empty single quotes data --
H A Darray_intersect_uassoc_variation9.phpt16 //function name within double quotes
19 //function name within single quotes
22 //function name without quotes
H A Darray_intersect_ukey_variation8.phpt16 //function name within double quotes
19 //function name within single quotes
22 //function name without quotes
H A Darray_change_key_case_variation3.phpt68 /*5*/ 'empty double quotes' => array(
71 'empty single quotes' => array(
164 -- Iteration 8 : empty double quotes data --
170 -- Iteration 9 : empty single quotes data --
H A Darray_shift_variation3.phpt69 /*8*/ 'empty double quotes' => array(
73 /*9*/ 'empty single quotes' => array(
160 -- Iteration 8 : empty double quotes data --
165 -- Iteration 9 : empty single quotes data --
H A Darray_values_variation3.phpt70 /*8*/ 'empty double quotes' => array(
74 /*9*/ 'empty single quotes' => array(
166 -- Iteration 8: empty double quotes data --
172 -- Iteration 9: empty single quotes data --
H A Darray_diff_ukey_variation10.phpt16 //function name within double quotes
19 //function name within single quotes
22 //function name without quotes
H A Darray_push_variation6.phpt70 /*5*/ 'empty double quotes' => array(
73 'empty single quotes' => array(
139 -- Iteration 8 : empty double quotes data --
143 -- Iteration 9 : empty single quotes data --
H A Deach_variation3.phpt70 /*8*/ 'empty double quotes' => array(
74 /*9*/ 'empty single quotes' => array(
195 -- Iteration 8: empty double quotes data --
207 -- Iteration 9: empty single quotes data --
/PHP-7.3/ext/xsl/tests/
H A Dxsltprocessor_setparameter-errorquote.phpt2 Check xsltprocessor::setparameter error handling with both single and double quotes
18 …l(): Cannot create XPath expression (string contains both quote and double-quotes) in %s on line %d
/PHP-7.3/Zend/tests/
H A Dheredoc_012.phpt2 Heredoc with double quotes
H A Dheredoc_013.phpt2 Heredoc with double quotes and wrong prefix

Completed in 45 milliseconds

123