Home
last modified time | relevance | path

Searched refs:expected (Results 101 – 125 of 1017) sorted by relevance

12345678910>>...41

/PHP-7.3/ext/standard/tests/strings/
H A Dsimilar_text_error.phpt14 echo "\n-- Testing similar_text() function with more than expected no. of arguments --\n";
17 echo "\n-- Testing similar_text() function with less than expected no. of arguments --\n";
22 -- Testing similar_text() function with more than expected no. of arguments --
26 -- Testing similar_text() function with less than expected no. of arguments --
H A Dparse_str_error1.phpt14 echo "\n-- Testing htmlentities() function with less than expected no. of arguments --\n";
16 echo "\n-- Testing htmlentities() function with more than expected no. of arguments --\n";
25 -- Testing htmlentities() function with less than expected no. of arguments --
29 -- Testing htmlentities() function with more than expected no. of arguments --
H A Dstrripos_error.phpt14 echo "\n-- With less than expected number of arguments --";
17 echo "\n-- With more than expected number of arguments --";
27 -- With less than expected number of arguments --
31 -- With more than expected number of arguments --
H A Dstrrpos_error.phpt14 echo "\n-- With less than expected number of arguments --";
17 echo "\n-- With more than expected number of arguments --";
27 -- With less than expected number of arguments --
31 -- With more than expected number of arguments --
H A Dchunk_split_error.phpt13 * and for more than expected number of arguments
22 // With one more than the expected number of arguments
27 echo "-- Testing chunk_split() function with more than expected no. of arguments --";
37 -- Testing chunk_split() function with more than expected no. of arguments --
/PHP-7.3/ext/posix/tests/
H A Dposix_errno_basic.phpt2 Test function posix_errno() by calling it with its expected arguments
14 echo "*** Test by calling method or function with its expected arguments ***\n";
21 *** Test by calling method or function with its expected arguments ***
H A Dposix_setgid_basic.phpt2 Test function posix_setgid() by calling it with its expected arguments
15 echo "*** Test by calling method or function with its expected arguments ***\n";
24 *** Test by calling method or function with its expected arguments ***
H A Dposix_errno_error.phpt2 Test function posix_errno() by calling it with its expected arguments
14 echo "*** Test by calling method or function with more than expected arguments ***\n";
21 *** Test by calling method or function with more than expected arguments ***
/PHP-7.3/ext/standard/tests/array/
H A Darray_walk_error2.phpt24 // expected: Missing argument Warning
36 // expected: Warning is suppressed
59 Exception: Too few arguments to function callback1(), 2 passed and exactly 3 expected
60 Exception: Too few arguments to function callback2(), 3 passed and exactly 4 expected
61 Exception: Too few arguments to function callback1(), 2 passed and exactly 3 expected
62 Exception: Too few arguments to function callback2(), 3 passed and exactly 4 expected
H A Darray_walk_recursive_error2.phpt24 // expected: Missing argument Warning
36 // expected: Warning is suppressed
59 Exception: Too few arguments to function callback1(), 2 passed and exactly 3 expected
60 Exception: Too few arguments to function callback2(), 3 passed and exactly 4 expected
61 Exception: Too few arguments to function callback1(), 2 passed and exactly 3 expected
62 Exception: Too few arguments to function callback2(), 3 passed and exactly 4 expected
H A Darray_intersect_uassoc_error.phpt26 //Test array_intersect_uassoc with one more than the expected number of arguments
27 echo "\n-- Testing array_intersect_uassoc() function with more than expected no. of arguments --\n";
30 // Testing array_intersect_uassoc with one less than the expected number of arguments
31 echo "\n-- Testing array_intersect_uassoc() function with less than expected no. of arguments --\n";
43 -- Testing array_intersect_uassoc() function with more than expected no. of arguments --
48 -- Testing array_intersect_uassoc() function with less than expected no. of arguments --
H A Darray_chunk_variation5.phpt41 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
44 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
47 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
87 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
90 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
93 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
H A Darray_diff_uassoc_error.phpt28 //Test array_diff_uassoc with one more than the expected number of arguments
29 echo "\n-- Testing array_diff_uassoc() function with more than expected no. of arguments --\n";
33 // Testing array_diff_uassoc with one less than the expected number of arguments
34 echo "\n-- Testing array_diff_uassoc() function with less than expected no. of arguments --\n";
45 -- Testing array_diff_uassoc() function with more than expected no. of arguments --
53 -- Testing array_diff_uassoc() function with less than expected no. of arguments --
H A Darray_intersect_key_error.phpt15 // 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
27 -- Testing array_intersect_key() function with less than expected no. of arguments --
/PHP-7.3/ext/gd/tests/
H A Dfunc.inc81 echo "The expected image does not exist.\n";
86 $expected = imagecreatefrompng($filename);
87 $expected = test_to_truecolor($expected);
88 $exp_x = imagesx($expected);
89 $exp_y = imagesy($expected);
93 echo "The image size differs: expected {$exp_x}x{$exp_y}, got {$act_x}x{$act_y}.\n";
100 $exp_c = imagecolorat($expected, $x, $y);
H A Dimagecopyresampled_variation1.phpt50 /* test for expected component values */
52 printf("red: expected roughly %d, got %d\n", EXP_RED, $red);
55 printf("green: expected roughly %d, got %d\n", EXP_GREEN, $green);
58 printf("blue: expected roughly %d, got %d\n", EXP_BLUE, $blue);
61 printf("alpha: expected roughly %d, got %d\n", EXP_ALPHA, $alpha);
/PHP-7.3/ext/standard/tests/general_functions/
H A Dget_cfg_var_basic.phpt2 Test function get_cfg_var() by calling it with its expected arguments
14 echo "*** Test by calling method or function with its expected arguments ***\n";
21 *** Test by calling method or function with its expected arguments ***
H A Dis_callable_error.phpt12 echo "\n-- Testing is_callable() function with less than expected no. of arguments --\n";
15 echo "\n-- Testing is_callable() function with more than expected no. of arguments --\n";
23 -- Testing is_callable() function with less than expected no. of arguments --
28 -- Testing is_callable() function with more than expected no. of arguments --
/PHP-7.3/ext/standard/tests/math/
H A Dhypot_error.phpt12 echo "\n-- Testing hypot() function with less than expected no. of arguments --\n";
16 echo "\n-- Testing hypot() function with more than expected no. of arguments --\n";
24 -- Testing hypot() function with less than expected no. of arguments --
30 -- Testing hypot() function with more than expected no. of arguments --
/PHP-7.3/Zend/tests/function_arguments/
H A Dargument_count_incorrect_userland.phpt38 Too few arguments to function foo(), 0 passed in %s and exactly 1 expected
40 Too few arguments to function bar(), 1 passed in %s and exactly 2 expected
42 Too few arguments to function bat(), 1 passed in %s and exactly 2 expected
44 Too few arguments to function bat(), 1 passed in %s and exactly 2 expected
/PHP-7.3/ext/standard/tests/class_object/
H A Dis_subclass_of_error_001.phpt14 //Test is_subclass_of with one more than the expected number of arguments
15 echo "\n-- Testing is_subclass_of() function with more than expected no. of arguments --\n";
31 // Testing is_subclass_of with one less than the expected number of arguments
32 echo "\n-- Testing is_subclass_of() function with less than expected no. of arguments --\n";
41 -- Testing is_subclass_of() function with more than expected no. of arguments --
54 -- Testing is_subclass_of() function with less than expected no. of arguments --
/PHP-7.3/ext/intl/tests/
H A Dcollator_get_error_code.phpt14 * Check if error code equals to expected one.
16 function check_rc( $rc, $expected )
18 return ( $rc === $expected ? "ok" : "failed" ) . "\n";
H A Dbug75317.phpt14 function printResult($actual, $expected) {
15 var_dump($actual === $expected ? true : "expected: $expected, actual: $actual");
/PHP-7.3/Zend/tests/closures/
H A Dclosure_from_callable_error.phpt14 //This is the expected outcome.
27 //This is the expected outcome.
39 //This is the expected outcome.
51 //This is the expected outcome.
63 //This is the expected outcome.
75 //This is the expected outcome.
87 //This is the expected outcome.
99 //This is the expected outcome.
111 //This is the expected outcome.
123 //This is the expected outcome.
[all …]
/PHP-7.3/ext/pdo/tests/
H A Dbug_72788.phpt22 echo "Statement failed as expected\n";
31 Statement failed as expected
32 Statement failed as expected

Completed in 23 milliseconds

12345678910>>...41