/PHP-7.3/ext/standard/tests/array/ |
H A D | array_key_exists_variation8.phpt | 116 -- $key arguments are int data: 121 -- $key arguments are float data: 148 -- $key arguments are unset data: 152 -- $key arguments are int data: 188 -- $key arguments are int data: 224 -- $key arguments are int data: 260 -- $key arguments are int data: 296 -- $key arguments are int data: 332 -- $key arguments are int data: 368 -- $key arguments are int data: [all …]
|
H A D | array_diff_assoc_error.phpt | 2 Test array_diff_assoc() function : error conditions - pass array_diff_assoc() too few/zero arguments 7 * in any of the others arguments but do additional checks whether the keys are equal 12 * Test errors for array_diff with too few\zero arguments 17 // Zero arguments 18 echo "\n-- Testing array_diff_assoc() function with zero arguments --\n"; 21 // Testing array_diff_assoc with one less than the expected number of arguments 22 echo "\n-- Testing array_diff_assoc() function with less than expected no. of arguments --\n"; 32 -- Testing array_diff_assoc() function with zero arguments -- 37 -- Testing array_diff_assoc() function with less than expected no. of arguments --
|
H A D | array_diff_error.phpt | 2 Test array_diff() function : error conditions - too few arguments passed to function 7 * not present in any of the others arguments. 12 * Test array_diff with less than the expected number of arguments 16 // Zero arguments 17 echo "\n-- Testing array_diff() function with zero arguments --\n"; 21 // Testing array_diff with one less than the expected number of arguments 22 echo "\n-- Testing array_diff() function with less than expected no. of arguments --\n"; 31 -- Testing array_diff() function with zero arguments -- 36 -- Testing array_diff() function with less than expected no. of arguments --
|
H A D | array_count_values_error.phpt | 17 // Zero arguments 18 echo "\n-- Testing array_count_values() function with Zero arguments --\n"; 21 //Test array_count_values with one more than the expected number of arguments 22 echo "\n-- Testing array_count_values() function with more than expected no. of arguments --\n"; 27 //Test array_count_values with integer arguments 28 echo "\n-- Testing array_count_values() function integer arguments --\n"; 36 -- Testing array_count_values() function with Zero arguments -- 41 -- Testing array_count_values() function with more than expected no. of arguments -- 46 -- Testing array_count_values() function integer arguments --
|
H A D | array_map_error.phpt | 12 // Zero arguments 13 echo "\n-- Testing array_map() function with Zero arguments --\n"; 16 // Testing array_map with one less than the expected number of arguments 17 echo "\n-- Testing array_map() function with one less than expected no. of arguments --\n"; 27 echo "\n-- Testing array_map() function with less no. of arrays than callback function arguments --… 38 echo "\n-- Testing array_map() function with more no. of arrays than callback function arguments --… 48 -- Testing array_map() function with Zero arguments -- 53 -- Testing array_map() function with one less than expected no. of arguments -- 58 -- Testing array_map() function with less no. of arrays than callback function arguments -- 59 Exception: Too few arguments to function callback2(), 1 passed and exactly 2 expected [all …]
|
H A D | next_error.phpt | 2 Test next() function : error conditions - Pass incorrect number of arguments 11 * Pass incorrect number of arguments to next() to test behaviour 16 // Zero arguments 17 echo "\n-- Testing next() function with Zero arguments --\n"; 20 //Test next with one more than the expected number of arguments 21 echo "\n-- Testing next() function with more than expected no. of arguments --\n"; 30 -- Testing next() function with Zero arguments -- 35 -- Testing next() function with more than expected no. of arguments --
|
H A D | prev_error1.phpt | 2 Test prev() function : error conditions - Pass incorrect number of arguments 11 * Pass incorrect number of arguments to prev() to test behaviour 16 // Zero arguments 17 echo "\n-- Testing prev() function with Zero arguments --\n"; 20 //Test prev with one more than the expected number of arguments 21 echo "\n-- Testing prev() function with more than expected no. of arguments --\n"; 30 -- Testing prev() function with Zero arguments -- 35 -- Testing prev() function with more than expected no. of arguments --
|
H A D | array_intersect_key_error.phpt | 6 …scription: Returns the entries of arr1 that have keys which are present in all the other arguments. 12 //Initialise function arguments 15 // Testing array_intersect_key with one less than the expected number of arguments 16 echo "\n-- Testing array_intersect_key() function with less than expected no. of arguments --\n"; 19 // Testing array_intersect_key with one less than the expected number of arguments 20 echo "\n-- Testing array_intersect_key() function with no arguments --\n"; 27 -- Testing array_intersect_key() function with less than expected no. of arguments -- 32 -- Testing array_intersect_key() function with no arguments --
|
H A D | array_combine_error1.phpt | 13 // Zero arguments 14 echo "\n-- Testing array_combine() function with Zero arguments --\n"; 17 //Test array_combine with one more than the expected number of arguments 18 echo "\n-- Testing array_combine() function with more than expected no. of arguments --\n"; 24 // Testing array_combine with one less than the expected number of arguments 25 echo "\n-- Testing array_combine() function with less than expected no. of arguments --\n"; 34 -- Testing array_combine() function with Zero arguments -- 39 -- Testing array_combine() function with more than expected no. of arguments -- 44 -- Testing array_combine() function with less than expected no. of arguments --
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_match.c | 56 arguments->stack = &local_stack; in jit_machine_stack_exec() 57 return executable_func(arguments); in jit_machine_stack_exec() 112 jit_arguments arguments; in pcre2_jit_match() 126 arguments.begin = subject; in pcre2_jit_match() 127 arguments.end = subject + length; in pcre2_jit_match() 128 arguments.match_data = match_data; in pcre2_jit_match() 129 arguments.startchar_ptr = subject; in pcre2_jit_match() 130 arguments.mark_ptr = NULL; in pcre2_jit_match() 131 arguments.options = options; in pcre2_jit_match() 147 arguments.callout = NULL; in pcre2_jit_match() [all …]
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | join_variation2.phpt | 108 Warning: join(): Invalid arguments passed in %s on line %d 112 Warning: join(): Invalid arguments passed in %s on line %d 116 Warning: join(): Invalid arguments passed in %s on line %d 120 Warning: join(): Invalid arguments passed in %s on line %d 124 Warning: join(): Invalid arguments passed in %s on line %d 128 Warning: join(): Invalid arguments passed in %s on line %d 132 Warning: join(): Invalid arguments passed in %s on line %d 136 Warning: join(): Invalid arguments passed in %s on line %d 140 Warning: join(): Invalid arguments passed in %s on line %d 144 Warning: join(): Invalid arguments passed in %s on line %d [all …]
|
H A D | sprintf_error.phpt | 12 // Zero arguments 13 echo "\n-- Testing sprintf() function with Zero arguments --\n"; 16 echo "\n-- Testing sprintf() function with less than expected no. of arguments --\n"; 40 -- Testing sprintf() function with Zero arguments -- 45 -- Testing sprintf() function with less than expected no. of arguments -- 47 Warning: sprintf(): Too few arguments in %s on line %d 50 Warning: sprintf(): Too few arguments in %s on line %d 53 Warning: sprintf(): Too few arguments in %s on line %d 56 Warning: sprintf(): Too few arguments in %s on line %d 59 Warning: sprintf(): Too few arguments in %s on line %d [all …]
|
H A D | chunk_split_error.phpt | 12 * Testing error conditions of chunk_split() with zero arguments 13 * and for more than expected number of arguments 18 // Zero arguments 19 echo "-- Testing chunk_split() function with Zero arguments --"; 22 // With one more than the expected number of arguments 27 echo "-- Testing chunk_split() function with more than expected no. of arguments --"; 34 -- Testing chunk_split() function with Zero arguments -- 37 -- Testing chunk_split() function with more than expected no. of arguments --
|
H A D | printf_basic2.phpt | 22 echo "\n-- Calling printf() with no arguments --\n"; 27 echo "\n-- Calling printf() with one arguments--\n"; 32 echo "\n-- Calling printf() with two arguments--\n"; 37 echo "\n-- Calling printf() with three arguments--\n"; 47 -- Calling printf() with no arguments -- 51 -- Calling printf() with one arguments-- 55 -- Calling printf() with two arguments-- 59 -- Calling printf() with three arguments--
|
H A D | printf_basic4.phpt | 22 echo "\n-- Calling printf() with no arguments --\n"; 27 echo "\n-- Calling printf() with one arguments--\n"; 32 echo "\n-- Calling printf() with two arguments--\n"; 37 echo "\n-- Calling printf() with three arguments--\n"; 46 -- Calling printf() with no arguments -- 50 -- Calling printf() with one arguments-- 54 -- Calling printf() with two arguments-- 58 -- Calling printf() with three arguments--
|
H A D | printf_basic5.phpt | 22 echo "\n-- Calling printf() with no arguments --\n"; 27 echo "\n-- Calling printf() with one arguments --\n"; 32 echo "\n-- Calling printf() with two arguments --\n"; 37 echo "\n-- Calling printf() with three arguments --\n"; 46 -- Calling printf() with no arguments -- 50 -- Calling printf() with one arguments -- 54 -- Calling printf() with two arguments -- 58 -- Calling printf() with three arguments --
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | mb_ereg_match_error1.phpt | 2 Test mb_ereg_match() function : error conditions - pass function incorrect number of arguments 16 * Test mb_ereg_match by passing an incorrect number of arguments 22 //Test mb_ereg_match with one more than the expected number of arguments 23 echo "\n-- Testing mb_ereg_match() function with more than expected no. of arguments --\n"; 30 // Testing mb_ereg_match with one less than the expected number of arguments 31 echo "\n-- Testing mb_ereg_match() function with less than expected no. of arguments --\n"; 35 // Testing mb_ereg_match with zero arguments 36 echo "\n-- Testing mb_ereg_match() function with zero arguments --\n"; 44 -- Testing mb_ereg_match() function with more than expected no. of arguments -- 49 -- Testing mb_ereg_match() function with less than expected no. of arguments -- [all …]
|
/PHP-7.3/ext/standard/tests/class_object/ |
H A D | trait_exists_error_001.phpt | 2 Test trait_exists() function : error conditions (wrong number of arguments) 12 * Test wrong number of arguments 17 // Zero arguments 18 echo "\n-- Testing trait_exists() function with Zero arguments --\n"; 21 //Test trait_exists with one more than the expected number of arguments 22 echo "\n-- Testing trait_exists() function with more than expected no. of arguments --\n"; 33 -- Testing trait_exists() function with Zero arguments -- 38 -- Testing trait_exists() function with more than expected no. of arguments --
|
H A D | class_exists_error_001.phpt | 2 Test class_exists() function : error conditions (wrong number of arguments) 12 * Test wrong number of arguments 17 // Zero arguments 18 echo "\n-- Testing class_exists() function with Zero arguments --\n"; 21 //Test class_exists with one more than the expected number of arguments 22 echo "\n-- Testing class_exists() function with more than expected no. of arguments --\n"; 33 -- Testing class_exists() function with Zero arguments -- 38 -- Testing class_exists() function with more than expected no. of arguments --
|
/PHP-7.3/ext/standard/tests/dir/ |
H A D | chdir_error1.phpt | 2 Test chdir() function : error conditions - Incorrect number of arguments 11 * Pass incorrect number of arguments to chdir() to test behaviour 16 // Zero arguments 17 echo "\n-- Testing chdir() function with Zero arguments --\n"; 20 //Test chdir with one more than the expected number of arguments 21 echo "\n-- Testing chdir() function with more than expected no. of arguments --\n"; 30 -- Testing chdir() function with Zero arguments -- 35 -- Testing chdir() function with more than expected no. of arguments --
|
/PHP-7.3/ext/ctype/tests/ |
H A D | ctype_alpha_error.phpt | 2 Test ctype_alpha() function : error conditions - Incorrect number of arguments 13 * Pass an incorrect number of arguments to ctype_alpha() to test behaviour 18 // Zero arguments 19 echo "\n-- Testing ctype_alpha() function with Zero arguments --\n"; 22 //Test ctype_alpha with one more than the expected number of arguments 23 echo "\n-- Testing ctype_alpha() function with more than expected no. of arguments --\n"; 32 -- Testing ctype_alpha() function with Zero arguments -- 37 -- Testing ctype_alpha() function with more than expected no. of arguments --
|
H A D | ctype_digit_error.phpt | 2 Test ctype_digit() function : error conditions - incorrect number of arguments 13 * Pass an incorrect number of arguments to ctype_digit() to test behaviour 18 // Zero arguments 19 echo "\n-- Testing ctype_digit() function with Zero arguments --\n"; 22 //Test ctype_digit with one more than the expected number of arguments 23 echo "\n-- Testing ctype_digit() function with more than expected no. of arguments --\n"; 32 -- Testing ctype_digit() function with Zero arguments -- 37 -- Testing ctype_digit() function with more than expected no. of arguments --
|
H A D | ctype_graph_error.phpt | 2 Test ctype_graph() function : error conditions - incorrect number of arguments 13 * Pass an incorrect number of arguments to ctype_graph() to test behaviour 18 // Zero arguments 19 echo "\n-- Testing ctype_graph() function with Zero arguments --\n"; 22 //Test ctype_graph with one more than the expected number of arguments 23 echo "\n-- Testing ctype_graph() function with more than expected no. of arguments --\n"; 32 -- Testing ctype_graph() function with Zero arguments -- 37 -- Testing ctype_graph() function with more than expected no. of arguments --
|
/PHP-7.3/Zend/tests/ |
H A D | bug77339.phpt | 2 Bug #77339 (__callStatic may get incorrect arguments) 7 static function __callStatic($name, $arguments) { 9 if (!isset($arguments[0])) { 11 var_dump($arguments); 25 static function __callStatic($name, $arguments) {
|
/PHP-7.3/ext/pcre/tests/ |
H A D | preg_grep_error.phpt | 10 // Zero arguments 11 echo "\n-- Testing preg_grep() function with Zero arguments --\n"; 13 //Test preg_grep with one more than the expected number of arguments 14 echo "\n-- Testing preg_grep() function with more than expected no. of arguments --\n"; 20 // Testing preg_grep withone less than the expected number of arguments 21 echo "\n-- Testing preg_grep() function with less than expected no. of arguments --\n"; 29 -- Testing preg_grep() function with Zero arguments -- 34 -- Testing preg_grep() function with more than expected no. of arguments -- 39 -- Testing preg_grep() function with less than expected no. of arguments --
|