Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/PHP-8.4/ext/standard/tests/array/
H A Darray_merge_recursive_variation1.phpt96 // with more arguments
97 echo "-- With more arguments --";
117 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
121 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
125 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
129 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
133 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, float given
153 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, null given
157 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, null given
161 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, true given
[all …]
H A Darray_merge_recursive_variation3.phpt84 // with more arguments
103 -- With more arguments --
133 -- With more arguments --
163 -- With more arguments --
189 -- With more arguments --
213 -- With more arguments --
246 -- With more arguments --
285 -- With more arguments --
329 -- With more arguments --
369 -- With more arguments --
[all …]
H A Darray_merge_recursive_variation5.phpt63 // with more arguments
64 echo "-- With more arguments --\n";
85 -- With more arguments --
119 -- With more arguments --
160 -- With more arguments --
206 -- With more arguments --
249 -- With more arguments --
287 -- With more arguments --
323 -- With more arguments --
366 -- With more arguments --
H A Darray_merge_recursive_variation4.phpt59 // with more arguments
60 echo "-- With more arguments --\n";
86 -- With more arguments --
128 -- With more arguments --
174 -- With more arguments --
219 -- With more arguments --
264 -- With more arguments --
308 -- With more arguments --
H A Darray_merge_recursive_basic2.phpt16 // Calling array_merge_recursive() with more arguments
17 echo "-- With more arguments --\n";
37 -- With more arguments --
H A Darray_merge_recursive_basic1.phpt20 // Calling array_merge_recursive() with more arguments
21 echo "-- With more arguments --\n";
44 -- With more arguments --
H A Darray_intersect_assoc_variation9.phpt36 // Calling array_intersect_assoc() with more arguments
38 echo "- With more arguments -\n";
47 // Calling array_intersect_assoc() with more arguments
49 echo "- With more arguments -\n";
90 - With more arguments -
139 - With more arguments -
H A Darray_merge_recursive_variation10.phpt26 echo "-- With more arguments --\n";
32 echo "-- With more arguments --\n";
87 -- With more arguments --
154 -- With more arguments --
H A Duasort_object1.phpt7 * array of objects which has only one member variable & more than one member variables
25 // comparison function for SimpleClass2 objects which has more than one members
46 // Simple class with more than one member variables
72 // array of SimpleClass objects having more than one members
/PHP-8.4/ext/standard/tests/strings/
H A Dhtmlentities18.phpt8 "test+s & some more D",
9 "test+s & some more D",
28 string(33) "test+s & some more D"
29 string(33) "test+s & some more D"
30 string(34) "test+s & some more D"
31 string(34) "test+s & some more D"
H A Dvfprintf_error1.phpt2 Test vfprintf() function : error conditions (more than expected arguments)
13 echo "\n-- Testing vfprintf() function with more than expected no. of arguments --\n";
40 -- Testing vfprintf() function with more than expected no. of arguments --
H A Dsscanf_error.phpt11 echo "\n-- Testing sscanf() function with more than expected no. of arguments --\n";
22 -- Testing sscanf() function with more than expected no. of arguments --
/PHP-8.4/tests/basic/
H A D031.phpt14 more data
18 even more data
29 string(9) "more data"
31 string(14) "even more data"
/PHP-8.4/ext/standard/tests/file/
H A Dfile_put_contents_variation9.phpt36 $extra = ", more data";
61 Here is some data, more data
64 Here is some data, more data
67 Here is some data, more data
H A Dparse_ini_file_error.phpt7 //Test parse_ini_file with one more than the expected number of arguments
8 echo "\n-- Testing parse_ini_file() function with more than expected no. of arguments --\n";
23 -- Testing parse_ini_file() function with more than expected no. of arguments --
/PHP-8.4/ext/dom/tests/
H A DDOMComment_appendData_basic.phpt13 $comment->appendData('-more-data');
21 <!--test-comment-more-data-->
/PHP-8.4/ext/intl/tests/
H A Dcalendar_set_variation1.phpt29 Deprecated: Calling IntlCalendar::set() with more than 2 arguments is deprecated, use either IntlCa…
34 Deprecated: Calling IntlCalendar::set() with more than 2 arguments is deprecated, use either IntlCa…
39 Deprecated: Calling IntlCalendar::set() with more than 2 arguments is deprecated, use either IntlCa…
/PHP-8.4/ext/mysqli/tests/
H A Dmysqli_stmt_multires.phpt48 printf("[008] No more rows expected\n");
52 printf("[009] Expected more results\n");
69 printf("[012] No more rows expected\n");
73 printf("[013] Expected more results\n");
79 printf("[014] No more results expected\n");
/PHP-8.4/ext/filter/tests/
H A D023.phpt10 var_dump(filter_var("white space here \ \ \" some more", FILTER_UNSAFE_RAW, FILTER_FLAG_ENCODE_AMP)…
19 string(32) "white space here \ \ " some more"
/PHP-8.4/ext/standard/tests/file/windows_links/
H A Dbug78862.phpt6 var_dump(link(__DIR__ . "/bug78862.target\0more", __DIR__ . "/bug78862.link\0more"));
/PHP-8.4/ext/standard/tests/class_object/
H A Dbug71442.phpt21 forward_static_call(array('A', 'test'), 'more', 'args');
36 B more,args
/PHP-8.4/ext/pcre/tests/
H A Dpreg_grep_basic.phpt11 …); //finds / followed by one or more of a-z, A-Z and 0-9, followed by zero or more . followed by z…
/PHP-8.4/ext/standard/tests/streams/
H A Dproc_open_bug69900.phpt52 /* It is expected that the first call takes more than the limit.
53 * Allow two more to account for possible process switch, etc. */
55 echo "fgets() took more than $max_ms ms $moreThanLimit times\n";
/PHP-8.4/ext/date/tests/
H A DDateTimeZone_construct_error.phpt10 echo "\n-- Testing new DateTimeZone() with more than expected no. of arguments --\n";
23 -- Testing new DateTimeZone() with more than expected no. of arguments --
H A DDateTime_construct_error.phpt10 echo "\n-- Testing new DateTime() with more than expected no. of arguments --\n";
24 -- Testing new DateTime() with more than expected no. of arguments --

Completed in 25 milliseconds

12345678910>>...15