Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-7.4/Zend/tests/
H A Dbug63336.phpt9 public function foo($var=TEST, $more=null) { return true; }
10 public function bar($more=self::DUMMY) { return true; }
15 public function foo($var=TEST, array $more = array()) { return true; }
16 public function bar($var, $more=self::DUMMY) { return true; }
20 …aration of Child::foo($var = TEST, array $more = Array) should be compatible with Base::foo($var =…
22 Warning: Declaration of Child::bar($var, $more = self::DUMMY) should be compatible with Base::bar($
/PHP-7.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)
19 echo "\n-- Testing vfprintf() function with more than expected no. of arguments --\n";
39 -- Testing vfprintf() function with more than expected no. of arguments --
/PHP-7.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-7.4/ext/oci8/tests/
H A Dfetch_object_1.phpt18 "insert into fetch_object_tab values (123, '1st row col2 string', '1 more text')",
19 "insert into fetch_object_tab values (456, '2nd row col2 string', '2 more text')",
20 "insert into fetch_object_tab values (789, '3rd row col2 string', '3 more text')",
90 string(15) "1 more text "
98 string(15) "2 more text "
106 string(15) "3 more text "
111 1 more text
114 2 more text
117 3 more text
H A Dfetch_object.phpt18 "insert into fetch_object_tab values (123, '1st row col2 string', '1 more text')",
19 "insert into fetch_object_tab values (456, '2nd row col2 string', '2 more text')",
20 "insert into fetch_object_tab values (789, '3rd row col2 string', '3 more text')",
90 string(15) "1 more text "
98 string(15) "2 more text "
106 string(15) "3 more text "
111 1 more text
114 2 more text
117 3 more text
H A Dfetch_object_2.phpt18 "insert into fetch_object_2_tab values (123, '1st row col2 string', '1 more text')",
20 "insert into fetch_object_2_tab values (789, '3rd row col2 string', '3 more text')",
79 string(11) "1 more text"
101 string(11) "3 more text"
106 1 more text
112 3 more text
/PHP-7.4/ext/standard/tests/array/
H A Darray_merge_recursive_variation1.phpt97 // with more arguments
116 -- With more arguments --
124 -- With more arguments --
132 -- With more arguments --
140 -- With more arguments --
148 -- With more arguments --
156 -- With more arguments --
164 -- With more arguments --
172 -- With more arguments --
180 -- With more arguments --
[all …]
H A Darray_merge_recursive_variation3.phpt89 // with more arguments
108 -- With more arguments --
138 -- With more arguments --
168 -- With more arguments --
194 -- With more arguments --
218 -- With more arguments --
251 -- With more arguments --
290 -- With more arguments --
334 -- With more arguments --
374 -- With more arguments --
[all …]
H A Darray_merge_recursive_variation5.phpt68 // with more arguments
69 echo "-- With more arguments --\n";
90 -- With more arguments --
124 -- With more arguments --
165 -- With more arguments --
211 -- With more arguments --
254 -- With more arguments --
292 -- With more arguments --
328 -- With more arguments --
371 -- With more arguments --
H A Darray_merge_recursive_variation4.phpt68 // with more arguments
69 echo "-- With more arguments --\n";
97 -- With more arguments --
139 -- With more arguments --
181 -- With more arguments --
221 -- With more arguments --
265 -- With more arguments --
310 -- With more arguments --
355 -- With more arguments --
399 -- With more arguments --
H A Darray_intersect_assoc_variation9.phpt7 * Keys are used to do more restrictive check
42 // Calling array_intersect_assoc() with more arguments
44 echo "- With more arguments -\n";
53 // Calling array_intersect_assoc() with more arguments
55 echo "- With more arguments -\n";
96 - With more arguments -
145 - With more arguments -
H A Darray_merge_recursive_basic2.phpt21 // Calling array_merge_recursive() with more arguments
22 echo "-- With more arguments --\n";
42 -- With more arguments --
H A Deach_error.phpt21 //Test each with one more than the expected number of arguments
22 echo "\n-- Testing each() function with more than expected no. of arguments --\n";
37 -- Testing each() function with more than expected no. of arguments --
H A Darray_merge_recursive_basic1.phpt25 // Calling array_merge_recursive() with more arguments
26 echo "-- With more arguments --\n";
49 -- With more arguments --
/PHP-7.4/ext/dom/tests/
H A DDOMComment_appendData_basic.phpt13 $comment->appendData('-more-data');
21 <!--test-comment-more-data-->
/PHP-7.4/ext/standard/tests/file/
H A Dfile_put_contents_variation9.phpt48 $extra = ", more data";
62 Here is some data, more data
65 Here is some data, more data
68 Here is some data, more data
/PHP-7.4/ext/standard/tests/file/windows_links/
H A Dbug78862.phpt6 var_dump(link(__DIR__ . "/bug78862.target\0more", __DIR__ . "/bug78862.link\0more"));
/PHP-7.4/ext/soap/tests/
H A Dfault_warning.phpt13 $fault = new SoapFault(["more"], "message"); // two elements in array required
14 $fault = new SoapFault(["m", "more", "superflous"], "message"); // two required
15 $fault = new SoapFault(["more-ns", "Sender"], "message"); // two given
/PHP-7.4/ext/standard/tests/class_object/
H A Dbug71442.phpt21 forward_static_call(array('A', 'test'), 'more', 'args');
36 B more,args
/PHP-7.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-7.4/ext/standard/tests/dir/
H A Dclosedir_error-win32-mb.phpt24 //Test closedir with one more than the expected number of arguments
25 echo "\n-- Testing closedir() function with more than expected no. of arguments --\n";
47 -- Testing closedir() function with more than expected no. of arguments --
/PHP-7.4/ext/posix/tests/
H A Dposix_getgrgid_error.phpt21 //Test posix_getgrgid with one more than the expected number of arguments
22 echo "\n-- Testing posix_getgrgid() function with more than expected no. of arguments --\n";
42 -- Testing posix_getgrgid() function with more than expected no. of arguments --
/PHP-7.4/ext/imap/tests/
H A Dimap_close_error.phpt25 //Test imap_close with one more than the expected number of arguments
26 echo "\n-- Testing imap_close() function with more than expected no. of arguments --\n";
41 -- Testing imap_close() function with more than expected no. of arguments --
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug69900.phpt50 /* It is expected that the first call takes more than the limit.
51 * Allow one more to account for a possible process switch. */
53 echo "fgets() took more than $max_ms ms $moreThanLimit times\n";

Completed in 24 milliseconds

12345678910>>...18