Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 25 of 96) sorted by relevance

1234

/PHP-8.2/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_basic.phpt9 //value initialized = Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. "double quoted stri…
10 …ht &gt; Sam&#039;s height. 13 &lt; 25. 1111 &amp; 0000 = 0000. &quot; double quoted string &quot;";
11 …ht &gt; Sam&#039;s height. 13 &lt; 25. 1111 &amp; 0000 = 0000. &quot; double quoted string &quot;";
29 string(82) "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quoted string ""
30 string(82) "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quoted string ""
31 string(92) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. " double quoted str…
32 string(92) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. " double quoted str…
33 …#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. &quot; double quoted string &quot;"
34 …#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. &quot; double quoted string &quot;"
35 string(82) "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quoted string ""
[all …]
H A Dstrncasecmp_variation8.phpt2 Test strncasecmp() function: usage variations - single quoted strings
5 /* Test strncasecmp() function with various single quoted strings for 'str1', 'str2' */
7 echo "*** Test strncasecmp() function: with single quoted strings ***\n";
26 \*\*\* Test strncasecmp\(\) function: with single quoted strings \*\*\*
H A Dstrncmp_variation8.phpt2 Test strncmp() function: usage variations - single quoted strings
5 /* Test strncmp() function with single quoted strings for 'str1', 'str2' */
7 echo "*** Test strncmp() function: with single quoted strings ***\n";
26 \*\*\* Test strncmp\(\) function: with single quoted strings \*\*\*
H A Dstrncasecmp_variation2.phpt2 Test strncasecmp() function: usage variations - double quoted strings
5 /* Test strncasecmp() function with various double quoted strings for 'str1', 'str2' */
7 echo "*** Test strncasecmp() function: with double quoted strings ***\n";
27 \*\*\* Test strncasecmp\(\) function: with double quoted strings \*\*\*
H A Dstrncmp_variation2.phpt2 Test strncmp() function: usage variations - double quoted strings
5 /* Test strncmp() function with double quoted strings for 'str1', 'str2' */
7 echo "*** Test strncmp() function: with double quoted strings ***\n";
27 \*\*\* Test strncmp\(\) function: with double quoted strings \*\*\*
H A Dstrncasecmp_basic.phpt7 echo "-- Testing strncasecmp() with single quoted string --\n";
12 echo "-- Testing strncasecmp() with double quoted string --\n";
29 -- Testing strncasecmp\(\) with single quoted string --
33 -- Testing strncasecmp\(\) with double quoted string --
H A Dstrncmp_basic.phpt7 echo "-- Testing strncmp() with single quoted string --\n";
12 echo "-- Testing strncmp() with double quoted string --\n";
29 -- Testing strncmp\(\) with single quoted string --
33 -- Testing strncmp\(\) with double quoted string --
H A Dhtmlspecialchars_decode_variation3.phpt25 &quot;This is a double quoted string&quot;
32 &quot; heredoc\ndouble quoted string. with\vdifferent\fwhite\vspaces&quot;
46 this\line is &#039;single quoted&#039; /with\slashes </html>
79 "This is a double quoted string""
85 double quoted string. with different white spaces""
94 this\line is 'single quoted' /with\slashes </html>"
H A Dstrip_tags_variation5.phpt25 <b>This is a double quoted string</b>
32 <? heredoc\ndouble quoted string. with\vdifferent\fwhite\vspaces ?>
46 <html>this\line is single quoted /with\slashes </html>
82 This is a double quoted string"
96 <html>this\line is single quoted /with\slashes </html>"
H A Dstrtr_variation1.phpt10 echo "*** Testing strtr() : numeric & regular double quoted strings ***\n";
20 //double quoted strings
25 //single quoted strings
54 *** Testing strtr() : numeric & regular double quoted strings ***
/PHP-8.2/ext/odbc/tests/
H A Dodbc_utils.phpt8 // 1. No, it's not quoted.
9 // 2. Yes, it should be quoted because of the special character in the middle.
12 // 2. Yes, it should be quoted because of the special character in the middle.
13 // Note that should_quote doesn't care about if the string is already quoted.
14 // That's why you should check if it is quoted first.
16 // 1. Yes, the special characters are escaped, so it's quoted.
19 // 1. No, it's not quoted.
20 // 2. It doesn't need to be quoted because of no s
22 // 1. Yes, it is quoted and any characters are properly escaped.
26 echo "# Is quoted?\n";
[all …]
/PHP-8.2/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data54 foo4[""] = "quoted offset 1"
55 foo4[" "] = "quoted offset 2"
56 foo4["sqfoobar"] = "quoted string offset"
57 foo4['dqfoobar'] = "single quoted offset"
62 foo7["${basicqval}"] = "quoted variable 1"
63 foo7["${basicqval}/foo"] = "quoted variable 2"
64 foo7["foo/${basicqval}"] = "quoted variable 3"
65 foo7[ "foo/${basicqval}/foo" ] = "quoted variable 4"
92 ;[PATH="${basicval}/path/quoted"]
93 ["PATH=${basicval}/all/quoted"]
[all …]
H A Dparse_ini_basic.phpt131 string(15) "quoted offset 1"
133 string(15) "quoted offset 2"
135 string(20) "quoted string offset"
137 string(20) "single quoted offset"
153 string(17) "quoted variable 1"
155 string(17) "quoted variable 2"
157 string(17) "quoted variable 3"
159 string(17) "quoted variable 4"
213 ["PATH=FUBAR_VARIABLE/all/quoted"]=>
/PHP-8.2/ext/standard/tests/array/
H A Darray_combine_variation3.phpt23 This is a double quoted string
33 // heredoc with quoted strings and numeric values
36 'single quoted string'
37 "double quoted string"
153 This is a double quoted string"]=>
157 This is a double quoted string"
167 double quoted string. with different white spaces"
169 'single quoted string'
170 "double quoted string"
174 'single quoted string'
[all …]
H A Darray_intersect_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"
176 double quoted string. with different white spaces"
179 'single quoted string'
180 "double quoted string"
190 double quoted string. with different white spaces"
193 'single quoted string'
[all …]
H A Darray_intersect_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"
184 'single quoted string'
185 "double quoted string"
193 double quoted string. with different white spaces"
198 'single quoted string'
199 "double quoted string"
[all …]
H A Darray_unique_variation2.phpt24 This is a double quoted string
31 heredoc\ndouble quoted string. with\vdifferent\fwhite\vspaces
34 // heredoc with quoted strings and numeric values
37 'single quoted string'
38 "double quoted string"
49 …y("a\v\f", "aaaa\r", "b", "aaaa\r", "\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // with double quoted strings
50 …y('a\v\f', 'aaaa\r', 'b', 'aaaa\r', '\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // with single quoted strings
141 This is a double quoted string"
147 double quoted string. with different white spaces"
H A Darray_pad_variation6.phpt26 This is a double quoted string
36 // heredoc with quoted strings and numeric values
39 'single quoted string'
40 "double quoted string"
304 This is a double quoted string"
310 double quoted string. with different white spaces"
313 'single quoted string'
314 "double quoted string"
334 This is a double quoted string"
343 'single quoted string'
[all …]
H A Darray_intersect_assoc_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 …y("a\v\f","aaaa\r","b","b\tbbb","c","\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // with double quoted strings
51 …y('a\v\f','aaaa\r','b','b\tbbb','c','\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // with single quoted strings
150 double quoted string. with different white spaces"
158 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"
/PHP-8.2/ext/pdo/
H A Dpdo_sql_parser.re73 zend_string *quoted; /* quoted value */
124 plc->quoted = ZSTR_CHAR('?');
245 if (plc->quoted == NULL) {
306 newbuffer_len += ZSTR_LEN(plc->quoted);
324 if (plc->quoted) {
325 memcpy(newbuffer, ZSTR_VAL(plc->quoted), ZSTR_LEN(plc->quoted));
326 newbuffer += ZSTR_LEN(plc->quoted);
378 plc->quoted = idxbuf;
379 newbuffer_len += ZSTR_LEN(plc->quoted);
407 plc->quoted = ZSTR_CHAR('?');
[all …]
/PHP-8.2/ext/standard/tests/filters/
H A Dbug74267.phpt6 stream_filter_append($stream, 'convert.quoted-printable-decode', STREAM_FILTER_WRITE, ['line-break-…
23 Warning: fwrite(): Stream filter (convert.quoted-printable-decode): invalid byte sequence in %s on …
25 Warning: fwrite(): Stream filter (convert.quoted-printable-decode): invalid byte sequence in %s on …
/PHP-8.2/ext/standard/tests/streams/
H A Dbug64166.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace
11 $res = stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ, array(
20 stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ, array(
H A Dbug64166_3.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace - writes
8 $res = stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_WRITE, array(
20 stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_WRITE, array(
H A Dbug64166_2.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace - split reads
11 $res = stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ, array(
22 stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ, array(

Completed in 48 milliseconds

1234