Home
last modified time | relevance | path

Searched refs:expected (Results 151 – 175 of 691) sorted by relevance

12345678910>>...28

/PHP-7.4/ext/standard/tests/strings/
H A Dshow_source_basic.phpt2 Test function show_source() by calling it with its expected arguments, more test for highlight_file…
8 echo "*** Test by calling method or function with its expected arguments ***\n";
23 *** Test by calling method or function with its expected arguments ***
25 … calling method or function with its expected arguments&nb…
H A Dchr_error.phpt16 echo "\n-- Testing chr() function with more than expected no. of arguments --\n";
30 -- Testing chr() function with more than expected no. of arguments --
H A Dsubstr_replace_error.phpt18 echo "\n-- Testing substr_replace() function with less than expected no. of arguments --\n";
22 echo "\n-- Testing substr_replace() function with more than expected no. of arguments --\n";
40 -- Testing substr_replace() function with less than expected no. of arguments --
48 -- Testing substr_replace() function with more than expected no. of arguments --
H A Dshow_source_variation1.phpt2 Test function show_source() by calling it with its expected arguments and php output, more test for…
8 echo "*** Test by calling method or function with its expected arguments and php output ***\n";
23 *** Test by calling method or function with its expected arguments and php output ***
26 … calling method or function with its expected arguments&nb…
H A Dshow_source_variation2.phpt2 Test function show_source() by calling it with its expected arguments and output to variable, more …
8 echo "*** Test by calling method or function with its expected arguments and output to variable ***…
23 *** Test by calling method or function with its expected arguments and output to variable ***
25 … calling method or function with its expected arguments&nb…
/PHP-7.4/ext/standard/tests/file/
H A Dunlink_variation1.phpt39 var_dump( unlink($filename) ); // expected false
44 var_dump( unlink($filename) ); // expected true
57 var_dump( unlink($filename) ); // expected: true
58 var_dump( file_exists($filename) ); // expected: false
H A Dfwrite_error.phpt20 echo "-- Testing fwrite() with less than expected number of arguments --\n";
23 // less than expected, 1 arg
27 // more than expected no. of args
28 echo "-- Testing fwrite() with more than expected number of arguments --\n";
74 -- Testing fwrite() with less than expected number of arguments --
81 -- Testing fwrite() with more than expected number of arguments --
H A Dis_dir_variation3.phpt16 echo "*** Testing is_dir() with Invalid arguments: expected bool(false) ***\n";
38 *** Testing is_dir() with Invalid arguments: expected bool(false) ***
H A Dunlink_error-win32.phpt27 // arg < expected
29 // args > expected
31 var_dump( file_exists($filename) ); // expected: true
57 var_dump( unlink($dirname) ); // expected: false as unlink() does not work on dir
H A Dunlink_error.phpt27 // arg < expected
29 // args > expected
31 var_dump( file_exists($filename) ); // expected true
57 var_dump( unlink($dirname) ); // expected: false as unlink() does not work on dir
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_num_rows.phpt24 function func_test_mysqli_num_rows($link, $query, $expected, $offset, $test_free = false) {
31 if ($expected !== ($tmp = mysqli_num_rows($res)))
33 gettype($expected), $expected,
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_oracle_nulls.phpt50 $expected = array(
62 if ($tmp != $expected) {
64 var_export($expected, true), var_export($tmp, true));
71 if ($tmp != $expected) {
73 var_export($expected, true), var_export($tmp, true));
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_server.phpt25 echo "Found 'Oracle' at position $pos as expected\n";
39 Found 'Oracle' at position 0 as expected
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt2 Test function getservbyport() by calling it more than or less than its expected arguments
29 echo "Services file not found in expected location\n";
H A Dfloatval.phpt36 float values, expected output:float value for valid floating point number */
45 float values, expected output:float value for valid floating point number */
80 floatval() on non float types, expected output: float value valid floating point numbers */
89 doubleval() on non float types, expected output: float value valid floating point numbers */
102 //arguments more than expected
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_error.phpt17 //Test stream_get_meta_data with one more than the expected number of arguments
18 echo "\n-- Testing stream_get_meta_data() function with more than expected no. of arguments --\n";
43 -- Testing stream_get_meta_data() function with more than expected no. of arguments --
/PHP-7.4/ext/standard/tests/array/
H A Darray_flip_variation2.phpt31 'one', //expected: default key 0, value will be replaced by 'bool_key4'
34 1 => 'int_key', // expected: value will be replaced by 'bool_key3'
54 null => 'null_key1', // expected: value will be replaced by 'null_key2'
/PHP-7.4/Zend/tests/
H A D001.phpt50 …ion: Too few arguments to function test2(), 0 passed in %s001.php on line 18 and exactly 1 expected
53 …ion: Too few arguments to function test3(), 1 passed in %s001.php on line 27 and exactly 2 expected
H A D003.phpt58 …ion: Too few arguments to function test2(), 0 passed in %s003.php on line %d and exactly 1 expected
67 …ion: Too few arguments to function test3(), 1 passed in %s003.php on line %d and exactly 2 expected
/PHP-7.4/ext/standard/tests/network/
H A Dgethostbyaddr_error.phpt18 //Test gethostbyaddr with one more than the expected number of arguments
19 echo "\n-- Testing gethostbyaddr function with more than expected no. of arguments --\n";
45 -- Testing gethostbyaddr function with more than expected no. of arguments --
/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt37 echo "$cs WRONG CHUNKS NUMBER: expected/actual: $ceil/$cnt\n";
57 if($size !== $count) printf("Long string splitting error: actual array size: %d expected: %d\n", $c…
63 last array element: %s expected: %s\n", unpack("H*", end($array))[1],unpack("H*", $enc)[1]);
H A Dmb_str_split_ru.phpt37 echo "$cs WRONG CHUNKS NUMBER: expected/actual: $ceil/$cnt\n";
57 if($size !== $count) printf("Long string splitting error: actual array size: %d expected: %d\n", $c…
63 last array element: %s expected: %s\n", unpack("H*", end($array))[1],unpack("H*", $enc)[1]);
/PHP-7.4/tests/classes/
H A Dautoload_018.phpt10 echo "-> Recursion detected - as expected.\n";
34 -> Recursion detected - as expected.
/PHP-7.4/Zend/tests/return_types/
H A D011.phpt2 Function returned callable, expected callable
/PHP-7.4/ext/json/tests/
H A Djson_decode_error.phpt12 echo "\n-- Testing json_decode() function with more than expected no. of arguments --\n";
29 -- Testing json_decode() function with more than expected no. of arguments --

Completed in 22 milliseconds

12345678910>>...28