/PHP-8.2/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, bool 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 --
|
/PHP-8.2/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.2/ext/oci8/tests/ |
H A D | fetch_object_1.phpt | 20 "insert into fetch_object_tab values (123, '1st row col2 string', '1 more text')", 21 "insert into fetch_object_tab values (456, '2nd row col2 string', '2 more text')", 22 "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 D | fetch_object.phpt | 20 "insert into fetch_object_tab values (123, '1st row col2 string', '1 more text')", 21 "insert into fetch_object_tab values (456, '2nd row col2 string', '2 more text')", 22 "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 D | fetch_object_2.phpt | 20 "insert into fetch_object_2_tab values (123, '1st row col2 string', '1 more text')", 22 "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-8.2/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.2/ext/standard/tests/file/ |
H A D | file_put_contents_variation9.phpt | 42 $extra = ", more data"; 56 Here is some data, more data 59 Here is some data, more data 62 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.2/ext/dom/tests/ |
H A D | DOMComment_appendData_basic.phpt | 13 $comment->appendData('-more-data'); 21 <!--test-comment-more-data-->
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_stmt_multires.phpt | 49 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-8.2/ext/imap/tests/ |
H A D | imap_binary_basic.phpt | 14 echo "Encode a string which results in more than 60 charters of output\n"; 15 $str = 'This is a long string with results in more than 60 characters of output'; 34 Encode a string which results in more than 60 charters of output
|
/PHP-8.2/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.2/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.2/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.2/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 --
|
/PHP-8.2/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…
|