/PHP-8.4/ext/standard/tests/array/ |
H A D | array_merge_recursive_variation1.phpt | 96 // 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 D | array_merge_recursive_variation3.phpt | 84 // 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 D | array_merge_recursive_variation5.phpt | 63 // 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 D | array_merge_recursive_variation4.phpt | 59 // 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 D | array_merge_recursive_basic2.phpt | 16 // Calling array_merge_recursive() with more arguments 17 echo "-- With more arguments --\n"; 37 -- With more arguments --
|
H A D | array_merge_recursive_basic1.phpt | 20 // Calling array_merge_recursive() with more arguments 21 echo "-- With more arguments --\n"; 44 -- With more arguments --
|
H A D | array_intersect_assoc_variation9.phpt | 36 // 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 D | array_merge_recursive_variation10.phpt | 26 echo "-- With more arguments --\n"; 32 echo "-- With more arguments --\n"; 87 -- With more arguments -- 154 -- With more arguments --
|
H A D | uasort_object1.phpt | 7 * 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 D | htmlentities18.phpt | 8 "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 D | vfprintf_error1.phpt | 2 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 D | sscanf_error.phpt | 11 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 D | 031.phpt | 14 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 D | file_put_contents_variation9.phpt | 36 $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 D | parse_ini_file_error.phpt | 7 //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 D | DOMComment_appendData_basic.phpt | 13 $comment->appendData('-more-data'); 21 <!--test-comment-more-data-->
|
/PHP-8.4/ext/intl/tests/ |
H A D | calendar_set_variation1.phpt | 29 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 D | mysqli_stmt_multires.phpt | 48 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 D | 023.phpt | 10 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 D | bug78862.phpt | 6 var_dump(link(__DIR__ . "/bug78862.target\0more", __DIR__ . "/bug78862.link\0more"));
|
/PHP-8.4/ext/standard/tests/class_object/ |
H A D | bug71442.phpt | 21 forward_static_call(array('A', 'test'), 'more', 'args'); 36 B more,args
|
/PHP-8.4/ext/pcre/tests/ |
H A D | preg_grep_basic.phpt | 11 …); //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 D | proc_open_bug69900.phpt | 52 /* 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 D | DateTimeZone_construct_error.phpt | 10 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 D | DateTime_construct_error.phpt | 10 echo "\n-- Testing new DateTime() with more than expected no. of arguments --\n"; 24 -- Testing new DateTime() with more than expected no. of arguments --
|