Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/standard/tests/general_functions/
H A Dset_magic_quotes_runtime_basic.phpt14 echo "\n-- magic quotes runtime set in INI file: " . $g . "--\n";
16 echo "\n-- Set magic quotes runtime to 0: --\n";
19 echo "\n-- magic quotes runtime after set: " . $g . " --\n";
21 echo "\n-- Set magic quotes runtime to 1: --\n";
24 echo "\n-- magic quotes runtime after set: " . $g . " --\n";
31 -- magic quotes runtime set in INI file: --
33 -- Set magic quotes runtime to 0: --
38 -- magic quotes runtime after set: --
40 -- Set magic quotes runtime to 1: --
/PHP-5.5/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";
14 echo "\nsingle quotes variations:", "\n";
23 double quotes variations:
31 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 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 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 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 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 ***
H A Dbug40637.phpt2 Bug #40637 (strip_tags() does not handle single quotes correctly)
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_variation8.phpt70 /*5*/ 'empty double quotes' => array(
73 'empty single quotes' => array(
139 -- $key arguments are empty double quotes data:
141 -- $key arguments are empty single quotes data:
175 -- $key arguments are empty double quotes data:
177 -- $key arguments are empty single quotes data:
211 -- $key arguments are empty double quotes data:
213 -- $key arguments are empty single quotes data:
247 -- $key arguments are empty double quotes data:
368 -- 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_diff_ukey_variation10.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(
167 -- Iteration 8: empty double quotes data --
173 -- Iteration 9: empty single quotes data --
H A Darray_push_variation6.phpt70 /*5*/ 'empty double quotes' => array(
73 'empty single quotes' => array(
140 -- Iteration 8 : empty double quotes data --
144 -- Iteration 9 : empty single quotes data --
H A Deach_variation3.phpt70 /*8*/ 'empty double quotes' => array(
74 /*9*/ 'empty single quotes' => array(
194 -- Iteration 8: empty double quotes data --
206 -- Iteration 9: empty single quotes data --
/PHP-5.5/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-5.5/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-5.5/Zend/tests/
H A Dheredoc_012.phpt2 Heredoc with double quotes

Completed in 97 milliseconds

1234