Home
last modified time | relevance | path

Searched refs:expected (Results 76 – 100 of 691) sorted by relevance

12345678910>>...28

/PHP-7.4/ext/posix/tests/
H A Dposix_kill_error.phpt19 echo "\n-- Testing posix_kill() function with more than expected no. of arguments --\n";
25 echo "\n-- Testing posix_kill() function with less than expected no. of arguments --\n";
44 -- Testing posix_kill() function with more than expected no. of arguments --
49 -- Testing posix_kill() function with less than expected no. of arguments --
/PHP-7.4/ext/standard/tests/file/
H A Dunlink_variation3.phpt30 var_dump( symlink($filename, $linkname) ); // expected: true
32 var_dump( unlink($linkname) ); // expected: true
37 var_dump( link($filename, $linkname) ); // expected: true
39 var_dump( unlink($linkname) ); // expected: true
H A D007_variation8.phpt31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
32 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
35 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of the…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dlstat_stat_error.phpt14 var_dump( lstat() ); // args < expected
15 var_dump( lstat(__FILE__, 2) ); // args > expected
22 var_dump( stat() ); // args < expected
23 var_dump( stat(__FILE__, 2) ); // file, args > expected
24 var_dump( stat(__DIR__, 2) ); //dir, args > expected
H A Dfgetss_variation1-win32.phpt68 …echo "-- fgetss() with default length, file pointer at 0 , expected : no character should be read …
69 var_dump( fgetss($file_handle) ); // expected : no character should be read
90 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
102 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
114 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
126 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
138 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
150 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
162 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
174 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
[all …]
H A Dfgetss_variation1.phpt64 …echo "-- fgetss() with default length, file pointer at 0 , expected : no character should be read …
65 var_dump( fgetss($file_handle) ); // expected : no character should be read
86 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
98 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
110 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
122 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
134 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
146 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
158 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
170 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
[all …]
/PHP-7.4/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.4/ext/spl/tests/
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.4/Zend/tests/
H A Dcall_user_func_009.phpt13 Warning: Parameter 1 to sort() expected to be a reference, value given in %s on line %d
16 Warning: Parameter 1 to sort() expected to be a reference, value given in %s on line %d
H A Dbug70689.phpt2 Bug #70689 (Exception handler does not work as expected)
22 … to function foo(), 0 passed in %sbug70689.php on line 12 and exactly 1 expected in %sbug70689.php…
H A Dbug72598.phpt20 Warning: Parameter 1 to ref() expected to be a reference, value given in %sbug72598.php on line 11
24 Warning: Parameter 1 to ref() expected to be a reference, value given in %sbug72598.php on line 11
H A Dbug72598_2.phpt23 Warning: Parameter 1 to ref() expected to be a reference, value given in %sbug72598_2.php on line 14
26 Warning: Parameter 1 to ref() expected to be a reference, value given in %sbug72598_2.php on line 14
H A Dcall_user_func_006.phpt24 Warning: Parameter 1 to Foo\bar() expected to be a reference, value given in %s on line %d
27 Warning: Parameter 1 to Foo\bar() expected to be a reference, value given in %s on line %d
/PHP-7.4/ext/json/tests/
H A Dbug73113.phpt13 throw new \Exception('This error is expected');
24 This error is expected
/PHP-7.4/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.4/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 --
H A Dvfprintf_error1.phpt2 Test vfprintf() function : error conditions (more than expected arguments)
19 echo "\n-- Testing vfprintf() function with more than expected no. of arguments --\n";
39 -- Testing vfprintf() function with more than expected no. of arguments --
H A Dstrpbrk_error.phpt17 echo "\n-- Testing strpbrk() function with more than expected no. of arguments --\n";
20 echo "\n-- Testing strpbrk() function with less than expected no. of arguments --\n";
35 -- Testing strpbrk() function with more than expected no. of arguments --
40 -- Testing strpbrk() function with less than expected no. of arguments --
/PHP-7.4/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.4/ext/standard/tests/array/
H A Darray_intersect_error.phpt16 // Testing array_intersect() with one less than the expected number of arguments
17 echo "\n-- Testing array_intersect() function with less than expected no. of arguments --\n";
31 -- Testing array_intersect() function with less than expected no. of arguments --
H A Darray_diff_key_error.phpt15 // Testing array_diff_key with one less than the expected number of arguments
16 echo "\n-- Testing array_diff_key() function with less than expected no. of arguments --\n";
27 -- Testing array_diff_key() function with less than expected no. of arguments --
H A Darray_intersect_assoc_error.phpt17 // Testing array_intersect_assoc with one less than the expected number of arguments
18 echo "\n-- Testing array_intersect_assoc() function with less than expected no. of arguments --\n";
32 -- Testing array_intersect_assoc() function with less than expected no. of arguments --
/PHP-7.4/ext/pdo_dblib/tests/
H A Dbug_73396.phpt14 $expected = PHP_INT_SIZE == 8 ? 1 : '1';
17 var_dump($stmt->fetchColumn() === $expected);
/PHP-7.4/ext/shmop/tests/
H A D002.phpt18 // warning outputs: 4 parameters expected
34 // warning outputs: 3 parameters expected
48 // warning outputs: 3 parameters expected
57 // warning outputs: 1 parameter expected
61 // warning outputs: 1 parameter expected
65 // warning outputs: 1 parameter expected

Completed in 28 milliseconds

12345678910>>...28