Home
last modified time | relevance | path

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

12345678910>>...16

/php-src/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 --
/php-src/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-src/tests/basic/
H A D031.phpt14 more data
18 even more data
29 string(9) "more data"
31 string(14) "even more data"
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_error4.phpt58 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
60 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
63 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
66 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
69 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
72 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
75 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
H A Dsession_set_save_handler_type_error.phpt46 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
49 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
55 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
58 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
/php-src/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-src/ext/dom/tests/
H A DDOMComment_appendData_basic.phpt13 $comment->appendData('-more-data');
21 <!--test-comment-more-data-->
/php-src/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-src/ext/mysqli/tests/
H A Dmysqli_stmt_multires.phpt49 printf("[008] No more rows expected\n");
53 printf("[009] Expected more results\n");
70 printf("[012] No more rows expected\n");
74 printf("[013] Expected more results\n");
80 printf("[014] No more results expected\n");
/php-src/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-src/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-src/ext/standard/tests/class_object/
H A Dbug71442.phpt21 forward_static_call(array('A', 'test'), 'more', 'args');
36 B more,args
/php-src/ext/standard/tests/file/windows_links/
H A Dbug78862.phpt6 var_dump(link(__DIR__ . "/bug78862.target\0more", __DIR__ . "/bug78862.link\0more"));
/php-src/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-src/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 --

Completed in 26 milliseconds

12345678910>>...16