Home
last modified time | relevance | path

Searched refs:quoted (Results 26 – 50 of 97) sorted by relevance

1234

/PHP-8.3/ext/standard/tests/array/
H A Darray_intersect_assoc_variation4.phpt25 This is a double quoted string
32 heredoc\ndouble quoted string. with\vdifferent\fwhite\vspaces
35 // heredoc with quoted strings and numeric values
38 'single quoted string'
39 "double quoted string"
59 …\f","aaaa\r","b","b\tbbb","c","\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // array with double quoted strings
60 …\f','aaaa\r','b','b\tbbb','c','\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // array with single quoted strings
157 double quoted string. with different white spaces"
165 double quoted string. with different white spaces"
H A Darray_unshift_variation9.phpt28 This is a double quoted string
35 heredoc\ndouble quoted string. with\vdifferent\fwhite\vspaces
49 this\line is single quoted /with\slashes
165 This is a double quoted string"
181 This is a double quoted string"
203 double quoted string. with different white spaces"
220 double quoted string. with different white spaces"
276 this\line is single quoted /with\slashes"
292 this\line is single quoted /with\slashes"
H A Duasort_variation5.phpt7 * single quoted, double quoted and heredoc strings
44 // Single quoted strings
53 // Double quoted strings
H A Darray_key_exists_variation6.phpt17 'empty single quoted string' => '',
18 "empty double quoted string" => "",
58 -- Key in $search array is : empty single quoted string --
66 -- Key in $search array is : empty double quoted string --
H A Darray_merge_recursive_variation3.phpt25 This is a double quoted string
32 heredoc\ndouble quoted string. with\vdifferent\fwhite\vspaces
35 // heredoc with quoted strings and numeric values
38 'single quoted string'
39 "double quoted string"
50 array("a\v\f", "aaaa\r", "b", "\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // with double quoted strings
51 array('a\v\f', 'aaaa\r', 'b', '\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // with single quoted strings
321 This is a double quoted string"
327 double quoted string. with different white spaces"
338 This is a double quoted string"
[all …]
H A Darray_unshift_variation7.phpt2 Test array_unshift() function : usage variations - double quoted strings for 'var' argument
7 * double quoted strings for $var argument that is prepended to the array
11 echo "*** Testing array_unshift() : double quoted strings for \$var argument ***\n";
16 // different variations of double quoted strings to be passed to $var argument
53 *** Testing array_unshift() : double quoted strings for $var argument ***
H A Darray_unshift_variation8.phpt2 Test array_unshift() function : usage variations - single quoted strings for 'var' argument
7 * single quoted strings for $var argument that is prepended to the array
11 echo "*** Testing array_unshift() : single quoted strings for \$var argument ***\n";
16 // different variations of single quoted strings to be passed to $var argument
53 *** Testing array_unshift() : single quoted strings for $var argument ***
/PHP-8.3/ext/standard/tests/streams/
H A Dbug65483.phpt2 Bug #65483: quoted-printable encode stream filter incorrectly encoding spaces
12 $res = stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ);
/PHP-8.3/ext/standard/tests/strings/
H A Dchunk_split_variation6.phpt2 Test chunk_split() function : usage variations - single quoted strings for 'str' argument
6 * passing different single quoted strings as 'str' argument to the function
10 echo "*** Testing chunk_split() : with different single quoted 'str' ***\n";
16 //different single quoted string for 'str'
43 *** Testing chunk_split() : with different single quoted 'str' ***
H A Dstrip_tags_variation4.phpt23 "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>",
24 '<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>',
64 string(62) "I am a quoted (") string with special chars like $,\!,\@,\%,\&"
66 string(64) "I am a quoted (\") string with special chars like \$,\!,\@,\%,\&"
H A Dstrip_tags_variation7.phpt22 "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>",
23 '<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>',
62 string(73) "<nnn>I am a quoted (") string with special chars like $,\!,\@,\%,\&</nnn>"
64 string(75) "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>"
H A Dstr_split_variation3.phpt2 Test str_split() function : usage variations - different double quoted strings for 'str' argument
6 * passing different double quoted strings as 'str' argument to str_split()
10 echo "*** Testing str_split() : double quoted strings for 'str' ***\n";
40 *** Testing str_split() : double quoted strings for 'str' ***
H A Dstrrev_variation1.phpt2 Test strrev() function : usage variations - double quoted strings
5 /* Testing strrev() function with various double quoted strings for 'str' */
7 echo "*** Testing strrev() : with various double quoted strings ***\n";
65 *** Testing strrev() : with various double quoted strings ***
H A Dstrrpos_variation2.phpt2 Test strrpos() function : usage variations - single quoted strings for 'haystack' & 'needle' argume…
5 /* Test strrpos() function by passing single quoted strings to 'haystack' & 'needle' arguments */
7 echo "*** Testing strrpos() function: with single quoted strings ***\n";
70 *** Testing strrpos() function: with single quoted strings ***
H A Dchunk_split_variation7.phpt2 Test chunk_split() function : usage variations - different double quoted values for 'str' argument
6 * Passing different double quoted strings for 'str' argument to chunk_split()
10 echo "*** Testing chunk_split() : with different double quoted values for 'str' argument ***\n";
41 *** Testing chunk_split() : with different double quoted values for 'str' argument ***
H A Dstripos_variation1.phpt2 Test stripos() function : usage variations - double quoted strings for 'haystack' & 'needle' argume…
5 /* Test stripos() function by passing double quoted strings for 'haystack' & 'needle' arguments */
7 echo "*** Testing stripos() function: with double quoted strings ***\n";
78 *** Testing stripos() function: with double quoted strings ***
H A Dstripos_variation2.phpt2 Test stripos() function : usage variations - single quoted strings for 'haystack' & 'needle' argume…
5 /* Test stripos() function by passing single quoted strings to 'haystack' & 'needle' arguments */
7 echo "*** Testing stripos() function: with single quoted strings ***\n";
80 *** Testing stripos() function: with single quoted strings ***
H A Dstrrev_variation2.phpt2 Test strrev() function : usage variations - single quoted strings
5 /* Testing strrev() function with various single quoted strings for 'str' */
7 echo "*** Testing strrev() : with various single quoted strings ***\n";
65 *** Testing strrev() : with various single quoted strings ***
H A Dstrrchr_variation2.phpt2 Test strrchr() function : usage variations - single quoted strings
5 /* Test strrchr() function by passing various single quoted strings to 'haystack' & 'needle' */
7 echo "*** Testing strrchr() function: with various single quoted strings ***";
78 *** Testing strrchr() function: with various single quoted strings ***
H A Dstr_split_variation4.phpt2 Test str_split() function : usage variations - different single quoted strings for 'str' argument
6 * passing different single quoted strings as 'str' argument to str_split()
10 echo "*** Testing str_split() : single quoted strings for 'str' ***\n";
39 *** Testing str_split() : single quoted strings for 'str' ***
H A Dstrrchr_variation1.phpt2 Test strrchr() function : usage variations - double quoted strings
6 /* Test strrchr() function by passing various double quoted strings for 'haystack' & 'needle' */
8 echo "*** Testing strrchr() function: with various double quoted strings ***";
79 *** Testing strrchr() function: with various double quoted strings ***
H A Dstrripos_variation1.phpt2 Test strripos() function : usage variations - double quoted strings for 'haystack' & 'needle' argum…
5 /* Test strripos() function by passing double quoted strings for 'haystack' & 'needle' arguments */
7 echo "*** Testing strripos() function: with double quoted strings ***\n";
70 *** Testing strripos() function: with double quoted strings ***
H A Dstrripos_variation2.phpt2 Test strripos() function : usage variations - single quoted strings for 'haystack' & 'needle' argum…
5 /* Test strripos() function by passing single quoted strings to 'haystack' & 'needle' arguments */
7 echo "*** Testing strripos() function: with single quoted strings ***\n";
71 *** Testing strripos() function: with single quoted strings ***
/PHP-8.3/ext/standard/tests/filters/
H A Dbug50363.phpt2 Bug #50363 (Invalid parsing in convert.quoted-printable-decode filter)
9 stream_filter_append($b, 'convert.quoted-printable-decode', STREAM_FILTER_WRITE);
/PHP-8.3/ext/pdo/tests/
H A Dpdo_033.phpt21 $quoted = $db->quote($unquoted);
28 $db->query("INSERT INTO test (t) VALUES($quoted)");

Completed in 28 milliseconds

1234