Home
last modified time | relevance | path

Searched refs:expected (Results 176 – 200 of 1017) sorted by relevance

12345678910>>...41

/PHP-7.3/ext/opcache/tests/
H A Dbug77058.phpt15 echo "'$Nr' is expected to be 2", PHP_EOL;
22 '2' is expected to be 2
/PHP-7.3/ext/standard/tests/array/
H A Darray_flip_error.phpt16 //one more than the expected number of arguments
17 echo "-- Testing array_flip() function with more than expected no. of arguments --\n";
30 -- Testing array_flip() function with more than expected no. of arguments --
H A Darray_sum_error.phpt16 // One more than the expected number of arguments
17 echo "-- Testing array_sum() function with more than expected no. of arguments --\n";
30 -- Testing array_sum() function with more than expected no. of arguments --
H A Darray_unique_error.phpt16 //Test array_unique with one more than the expected number of arguments
17 echo "\n-- Testing array_unique() function with more than expected no. of arguments --\n";
32 -- Testing array_unique() function with more than expected no. of arguments --
H A Darray_rand_error.phpt16 //Test array_rand with one more than the expected number of arguments
17 echo "\n-- Testing array_rand() function with more than expected no. of arguments --\n";
33 -- Testing array_rand() function with more than expected no. of arguments --
/PHP-7.3/ext/mbstring/tests/
H A Dmb_regex_encoding_error1.phpt16 * Test mb_regex_encoding with one more than expected number of arguments
22 echo "\n-- Testing mb_regex_encoding() function with more than expected no. of arguments --\n";
32 -- Testing mb_regex_encoding() function with more than expected no. of arguments --
H A Dmb_internal_encoding_error1.phpt17 * Test mb_internal_encoding with one more than the expected number of arguments
22 echo "\n-- Testing mb_internal_encoding() function with more than expected no. of arguments --\n";
32 -- Testing mb_internal_encoding() function with more than expected no. of arguments --
/PHP-7.3/ext/gd/tests/
H A Dgd_info_error.phpt2 Test gd_info() function : error conditions - with more than expected number of arguments
23 echo "\n-- Testing gd_info() function with more than expected number of arguments --\n";
31 -- Testing gd_info() function with more than expected number of arguments --
/PHP-7.3/ext/spl/tests/
H A DSplFileObject_fputcsv_error.phpt12 // more than expected no. of args
13 echo "-- Testing fputcsv() with more than expected number of arguments --\n";
32 -- Testing fputcsv() with more than expected number of arguments --
H A Dbug73629.phpt14 echo 'expected exception: ' . $e->getMessage() . "\n";
19 expected exception: Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen
/PHP-7.3/tests/output/
H A Dbug60768.phpt18 printf("Output size: %d, expected %d\n", strlen($storage), 20 + 10 * 10);
23 Output size: 120, expected 120
/PHP-7.3/ext/standard/tests/time/
H A Dstrptime_error.phpt25 echo "\n-- Testing strptime() function with less than expected no. of arguments --\n";
31 echo "\n-- Testing strptime() function with more than expected no. of arguments --\n";
48 -- Testing strptime() function with less than expected no. of arguments --
53 -- Testing strptime() function with more than expected no. of arguments --
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_zerofill.phpt42 $expected = str_repeat('0', $length - strlen($insert));
43 $expected .= $insert;
44 if ($expected !== $row['zero']) {
45 printf("[%03d] Expecting '%s' got '%s'\n", $offset, $expected, $row['zero']);
/PHP-7.3/ext/date/tests/
H A DDateTime_setDate_error.phpt20 echo "\n-- Testing DateTime::setDate() function with less than expected no. of arguments --\n";
27 echo "\n-- Testing DateTime::setDate() function with more than expected no. of arguments --\n";
41 -- Testing DateTime::setDate() function with less than expected no. of arguments --
49 -- Testing DateTime::setDate() function with more than expected no. of arguments --
H A DDateTime_setISODate_error.phpt23 echo "\n-- Testing DateTime::setISODate() function with less than expected no. of arguments --\n";
26 echo "\n-- Testing date_isodate_set() function with more than expected no. of arguments --\n";
42 -- Testing DateTime::setISODate() function with less than expected no. of arguments --
47 -- Testing date_isodate_set() function with more than expected no. of arguments --
H A Ddate_date_set_error.phpt18 echo "\n-- Testing date_date_set() function with less than expected no. of arguments --\n";
27 echo "\n-- Testing date_date_set() function with more than expected no. of arguments --\n";
41 -- Testing date_date_set() function with less than expected no. of arguments --
52 -- Testing date_date_set() function with more than expected no. of arguments --
/PHP-7.3/ext/standard/tests/strings/
H A Dstripos_error.phpt14 echo "\n-- With less than expected number of arguments --";
17 echo "\n-- With more than expected number of arguments --";
35 -- With less than expected number of arguments --
39 -- With more than expected number of arguments --
H A Dstrncasecmp_error.phpt19 echo "\n-- Testing strncasecmp() function with less than expected number of arguments --";
23 echo "\n-- Testing strncasecmp() function with more than expected number of arguments --";
38 -- Testing strncasecmp() function with less than expected number of arguments --
45 -- Testing strncasecmp() function with more than expected number of arguments --
/PHP-7.3/Zend/tests/type_declarations/
H A Dscalar_none.phpt38 … Caught Too few arguments to function {closure}(), 0 passed in %s on line %d and exactly 1 expected
40 … Caught Too few arguments to function {closure}(), 0 passed in %s on line %d and exactly 1 expected
42 … Caught Too few arguments to function {closure}(), 0 passed in %s on line %d and exactly 1 expected
44 … Caught Too few arguments to function {closure}(), 0 passed in %s on line %d and exactly 1 expected
/PHP-7.3/ext/standard/tests/class_object/
H A Dget_class_methods_error_001.phpt21 //Test get_class_methods with one more than the expected number of arguments
22 echo "\n-- Testing get_class_methods() function with more than expected no. of arguments --\n";
37 -- Testing get_class_methods() function with more than expected no. of arguments --
H A Dget_object_vars_error_001.phpt17 //Test get_object_vars with one more than the expected number of arguments
18 echo "\n-- Testing get_object_vars() function with more than expected no. of arguments --\n";
33 -- Testing get_object_vars() function with more than expected no. of arguments --
/PHP-7.3/ext/standard/tests/dir/
H A Ddir_error.phpt17 // With one more than expected number of arguments
18 echo "\n-- Testing dir() function with one more than expected number of arguments --";
31 -- Testing dir() function with one more than expected number of arguments --
H A Dreaddir_error.phpt17 //Test readdir with one more than the expected number of arguments
18 echo "\n-- Testing readdir() function with more than expected no. of arguments --\n";
39 -- Testing readdir() function with more than expected no. of arguments --
H A Drewinddir_error.phpt18 //Test rewinddir with one more than the expected number of arguments
19 echo "\n-- Testing rewinddir() function with more than expected no. of arguments --\n";
38 -- Testing rewinddir() function with more than expected no. of arguments --
/PHP-7.3/ext/standard/tests/file/
H A Dbasename_error.phpt17 //Test basename with one more than the expected number of arguments
18 echo "\n-- Testing basename() function with more than expected no. of arguments --\n";
34 -- Testing basename() function with more than expected no. of arguments --

Completed in 59 milliseconds

12345678910>>...41