Home
last modified time | relevance | path

Searched refs:single (Results 1 – 25 of 246) sorted by relevance

12345678910

/PHP-8.4/ext/standard/tests/file/
H A Dfputcsv_variation13.phpt79 fputcsv(): Argument #4 ($enclosure) must be a single character
85 fputcsv(): Argument #4 ($enclosure) must be a single character
91 fputcsv(): Argument #4 ($enclosure) must be a single character
97 fputcsv(): Argument #4 ($enclosure) must be a single character
103 fputcsv(): Argument #4 ($enclosure) must be a single character
109 fputcsv(): Argument #4 ($enclosure) must be a single character
115 fputcsv(): Argument #4 ($enclosure) must be a single character
121 fputcsv(): Argument #4 ($enclosure) must be a single character
127 fputcsv(): Argument #4 ($enclosure) must be a single character
133 fputcsv(): Argument #4 ($enclosure) must be a single character
[all …]
H A Dfputcsv_variation9.phpt78 fputcsv(): Argument #3 ($separator) must be a single character
84 fputcsv(): Argument #3 ($separator) must be a single character
90 fputcsv(): Argument #3 ($separator) must be a single character
96 fputcsv(): Argument #3 ($separator) must be a single character
102 fputcsv(): Argument #3 ($separator) must be a single character
108 fputcsv(): Argument #3 ($separator) must be a single character
114 fputcsv(): Argument #3 ($separator) must be a single character
120 fputcsv(): Argument #3 ($separator) must be a single character
126 fputcsv(): Argument #3 ($separator) must be a single character
132 fputcsv(): Argument #3 ($separator) must be a single character
[all …]
H A Dfgetcsv_variation12.phpt94 fgetcsv(): Argument #3 ($separator) must be a single character
99 fgetcsv(): Argument #3 ($separator) must be a single character
104 fgetcsv(): Argument #3 ($separator) must be a single character
109 fgetcsv(): Argument #3 ($separator) must be a single character
114 fgetcsv(): Argument #3 ($separator) must be a single character
119 fgetcsv(): Argument #3 ($separator) must be a single character
124 fgetcsv(): Argument #3 ($separator) must be a single character
129 fgetcsv(): Argument #3 ($separator) must be a single character
134 fgetcsv(): Argument #3 ($separator) must be a single character
139 fgetcsv(): Argument #3 ($separator) must be a single character
[all …]
H A Dfgetcsv_variation19.phpt92 fgetcsv(): Argument #3 ($separator) must be a single character
97 fgetcsv(): Argument #3 ($separator) must be a single character
102 fgetcsv(): Argument #3 ($separator) must be a single character
107 fgetcsv(): Argument #3 ($separator) must be a single character
112 fgetcsv(): Argument #3 ($separator) must be a single character
117 fgetcsv(): Argument #3 ($separator) must be a single character
122 fgetcsv(): Argument #3 ($separator) must be a single character
127 fgetcsv(): Argument #3 ($separator) must be a single character
132 fgetcsv(): Argument #3 ($separator) must be a single character
137 fgetcsv(): Argument #3 ($separator) must be a single character
[all …]
/PHP-8.4/ext/snmp/tests/
H A Dsnmp3.phpt39 echo "WALK single on single OID\n";
45 echo "REALWALK single on single OID\n";
82 GET single: MD5
84 GET single: SHA
86 GET single: MD5/AES
88 GET single: MD5/DES
90 GET single: MD5/AES128
99 GETNEXT single
101 WALK single on single OID
108 REALWALK single on single OID
[all …]
H A Dsnmp2_set.phpt67 echo "Multiple OID, single type & value\n";
90 echo "Single OID, single type in array, single value\n";
100 echo "Single OID, single type, single value in array\n";
170 Type must be a single character
195 Multiple OID, single type & value
202 Multiple OID, single type, multiple value
210 Single OID, single type in array, single value
214 Single OID, single type, single value in array
219 Type must be a single character
223 Type must be a single character
[all …]
H A Dsnmpset.phpt62 echo "Multiple OID, single type & value\n";
84 echo "Single OID, single type in array, single value\n";
94 echo "Single OID, single type, single value in array\n";
164 Type must be a single character
186 Multiple OID, single type & value
193 Multiple OID, single type, multiple value
201 Single OID, single type in array, single value
205 Single OID, single type, single value in array
210 Type must be a single character
214 Type must be a single character
[all …]
H A Dsnmp-object.phpt44 echo "WALK multiple on single OID\n";
53 echo "WALK multiple on single OID, max_repetitions set to 30\n";
71 echo "WALK multiple on single OID, max_oids set to 30\n";
81 echo "WALK multiple on single OID with OID suffix as keys\n";
119 echo "SET single OID\n";
177 WALK multiple on single OID
183 WALK multiple on single OID, max_repetitions set to 30
189 WALK multiple on single OID, max_repetitions set to 30, non_repeaters set to 0
195 WALK multiple on single OID, max_oids set to 30
201 WALK multiple on single OID with OID suffix as keys
[all …]
/PHP-8.4/ext/standard/tests/array/range/
H A Drange_inputs_string_invalid.phpt27 Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in %s on…
29 Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in %s on l…
40 Warning: range(): Argument #2 ($end) must be a single byte string if argument #1 ($start) is a sing…
48 Warning: range(): Argument #1 ($start) must be a single byte string if argument #2 ($end) is a sing…
55 Warning: range(): Argument #1 ($start) must be a single byte string if argument #2 ($end) is a sing…
67 Warning: range(): Argument #2 ($end) must be a single byte string if argument #1 ($start) is a sing…
H A Dbug32021.phpt12 Warning: range(): Argument #1 ($start) must be a single byte string if argument #2 ($end) is a sing…
/PHP-8.4/ext/standard/tests/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_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 Dstr_getcsv_errors.phpt25 ValueError: str_getcsv(): Argument #2 ($separator) must be a single character
26 ValueError: str_getcsv(): Argument #3 ($enclosure) must be a single character
27 ValueError: str_getcsv(): Argument #4 ($escape) must be empty or a single character
H A Dstrrchr_variation6.phpt12 'things' 'in' 'single' 'quote'
34 'things' 'in' 'single' 'quote'"
39 'things' 'in' 'single' 'quote'"
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 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";
21 'It\'s string with quote', //string containing single quote
39 *** Testing str_split() : single quoted strings for 'str' ***
H A Dstrip_tags_variation5.phpt45 'strings in single quote';
46 <html>this\line is single quoted /with\slashes </html>
95 'strings in single quote';
96 <html>this\line is single quoted /with\slashes </html>"
H A Dhtmlspecialchars_decode_variation3.phpt45 'strings in single quote' &quot;
46 this\line is &#039;single quoted&#039; /with\slashes </html>
93 'strings in single quote' "
94 this\line is 'single quoted' /with\slashes </html>"
H A Dcrc32_variation2.phpt2 Test crc32() function : usage variations - single quoted strings
11 * 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 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 ***
/PHP-8.4/ext/standard/tests/array/
H A Darray_map_basic.phpt26 echo "-- With single integer array --\n";
31 $arr2 = array("single", "double");
49 -- With single integer array --
61 string(12) "one = single"
/PHP-8.4/ext/dom/tests/modern/css_selectors/
H A Dtest_utils.inc8 $single = $dom->querySelector($selector);
10 if ((count($all) === 0 && $single !== null) || ($all[0] !== $single)) {
/PHP-8.4/ext/standard/tests/general_functions/
H A Dphp_uname_error.phpt24 ValueError: php_uname(): Argument #1 ($mode) must be a single character
25 ValueError: php_uname(): Argument #1 ($mode) must be a single character
/PHP-8.4/ext/dom/lexbor/patches/
H A D0003-Patch-utilities-and-data-structure-to-be-able-to-gen.patch13 utils/lexbor/encoding/single-byte.py | 2 +-
46 diff --git a/utils/lexbor/encoding/single-byte.py b/utils/lexbor/encoding/single-byte.py
48 --- a/utils/lexbor/encoding/single-byte.py
49 +++ b/utils/lexbor/encoding/single-byte.py
/PHP-8.4/sapi/cli/tests/
H A D016.phpt28 single
81 php ' single
84 single

Completed in 52 milliseconds

12345678910