Home
last modified time | relevance | path

Searched refs:expected (Results 126 – 150 of 903) sorted by relevance

12345678910>>...37

/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_error.phpt12 * Test array_diff with less than the expected number of arguments
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";
36 -- Testing array_diff() 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 --
H A Duksort_error.phpt13 echo "\n-- Testing uksort() function with more than expected no. of arguments --\n";
19 echo "\n-- Testing uksort() function with less than expected no. of arguments --\n";
31 -- Testing uksort() function with more than expected no. of arguments --
36 -- Testing uksort() function with less than expected no. of arguments --
H A Darray_fill_keys_error.phpt17 echo "\n-- Testing array_fill_keys() function with more than expected no. of arguments --\n";
20 echo "\n-- Testing array_fill_keys() function with less than expected no. of arguments --\n";
31 -- Testing array_fill_keys() function with more than expected no. of arguments --
36 -- Testing array_fill_keys() function with less than expected no. of arguments --
/PHP-5.5/ext/date/tests/
H A Ddate_default_timezone_set_error.phpt12 echo "\n-- Testing date_default_timezone_set() function with less than expected no. of arguments --…
15 echo "\n-- Testing date_default_timezone_set() function with more than expected no. of arguments --…
27 -- Testing date_default_timezone_set() function with less than expected no. of arguments --
32 -- Testing date_default_timezone_set() function with more than expected no. of arguments --
H A Dgettimeofday_error.phpt14 //Test gettimeofday with one more than the expected number of arguments
15 echo "\n-- Testing gettimeofday() function with more than expected no. of arguments --\n";
25 -- Testing gettimeofday() function with more than expected no. of arguments --
H A Dgetdate_error.phpt16 //Test getdate with one more than the expected number of arguments
17 echo "\n-- Testing getdate() function with more than expected no. of arguments --\n";
27 -- Testing getdate() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_error.phpt18 echo "\n-- Testing strrchr() function with less than expected no. of arguments --";
21 echo "\n-- Testing strrchr() function with more than expected no. of arguments --";
33 -- Testing strrchr() function with less than expected no. of arguments --
37 -- Testing strrchr() function with more than expected no. of arguments --
H A Dstrtr_error.phpt19 echo "\n-- Testing strtr() function with less than expected no. of arguments --";
22 echo "\n-- Testing strtr() function with more than expected no. of arguments --";
34 -- Testing strtr() function with less than expected no. of arguments --
38 -- Testing strtr() function with more than expected no. of arguments --
H A Dvsprintf_error.phpt21 echo "\n-- Testing vsprintf() function with less than expected no. of arguments --\n";
24 echo "\n-- testing vsprintf() function with more than expected no. of arguments --\n";
37 -- Testing vsprintf() function with less than expected no. of arguments --
42 -- testing vsprintf() function with more than expected no. of arguments --
H A Dvprintf_error.phpt21 echo "\n-- Testing vprintf() function with less than expected no. of arguments --\n";
24 echo "\n-- testing vprintf() function with more than expected no. of arguments --\n";
37 -- Testing vprintf() function with less than expected no. of arguments --
42 -- testing vprintf() function with more than expected no. of arguments --
H A Dsprintf_error.phpt16 echo "\n-- Testing sprintf() function with less than expected no. of arguments --\n";
23 // with one argument less than expected
28 // with two argument less than expected
32 // with three argument less than expected
45 -- Testing sprintf() function with less than expected no. of arguments --
H A Dget_html_translation_table_error.phpt12 // More than expected number of arguments
13 echo "\n-- Testing get_html_translation_table() function with more than expected no. of arguments -…
25 -- Testing get_html_translation_table() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_set_timeout_error.phpt13 //Test stream_set_timeout with one more than the expected number of arguments
14 echo "\n-- Testing stream_set_timeout() function with more than expected no. of arguments --\n";
32 // Testing stream_set_timeout with one less than the expected number of arguments
33 echo "\n-- Testing stream_set_timeout() function with less than expected no. of arguments --\n";
58 -- Testing stream_set_timeout() function with more than expected no. of arguments --
63 -- Testing stream_set_timeout() function with less than expected no. of arguments --
/PHP-5.5/ext/standard/tests/file/
H A D007_variation11-win32.phpt39 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
40 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
43 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
48 …or size of existing data file before opening the file in "wt" mode again, expected: size of content
51 …//Check for size of existing data file after opening the file in "wt" mode again, expected: 0 bytes
H A D007_variation19.phpt34 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
36 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
38 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
43 …or size of existing data file before opening the file in "wb" mode again, expected: size of content
46 …//Check for size of existing data file after opening the file in "wb" mode again, expected: 0 bytes
H A D007_variation3.phpt34 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
36 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
38 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
43 …for size of existing data file before opening the file in "w" mode again, expected: size of content
46 … //Check for size of existing data file after opening the file in "w" mode again, expected: 0 bytes
H A D007_variation4.phpt34 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
36 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
38 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
43 …or size of existing data file before opening the file in "w+" mode again, expected: size of content
46 …//Check for size of existing data file after opening the file in "w+" mode again, expected: 0 bytes
H A Dsymlink_link_linkinfo_is_link_basic2.phpt45 var_dump( symlink("$file_path/$dirname", $sym_linkname) ); // this works, expected true
46 // gets information about soft link created to directory; expected: true
48 // checks if link created is soft link; expected: true
55 // creating hard link to $dirname; expected: false
56 var_dump( link("$file_path/$dirname", $linkname) ); // this doesn't work, expected false
57 var_dump( linkinfo($linkname) ); // link doesn't exists as not created, expected false
58 var_dump( is_link($linkname) ); // link doesn't exists as not created, expected false
H A Dfgetss_variation1-win32.phpt66 …echo "-- fgetss() with default length, file pointer at 0 , expected : no character should be read …
67 var_dump( fgetss($file_handle) ); // expected : no character should be read
88 -- 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 --
108 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
118 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
128 -- 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 --
148 -- 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 --
[all …]
H A Dfgetss_variation1.phpt62 …echo "-- fgetss() with default length, file pointer at 0 , expected : no character should be read …
63 var_dump( fgetss($file_handle) ); // expected : no character should be read
84 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
94 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
104 -- 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 --
124 -- 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 --
144 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
154 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
[all …]
/PHP-5.5/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt2 Test function pcntl_fork() by calling it with its expected arguments
14 echo "*** Test by calling method or function with its expected arguments, first print the child PID…
25 *** Test by calling method or function with its expected arguments, first print the child PID and t…
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_error_001.phpt13 //Test get_class with one more than the expected number of arguments
14 echo "\n-- Testing get_class() function with more than expected no. of arguments --\n";
24 -- Testing get_class() function with more than expected no. of arguments --
/PHP-5.5/ext/intl/tests/
H A Dbug55562.phpt8 grapheme_substr('FOK', 1, 20), // expected: OK
9 grapheme_substr('한국어', 1, 20) //expected: 국어
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_num_fields.phpt24 function func_test_mysqli_num_fields($link, $query, $expected, $offset, $test_free = false) {
31 if ($expected !== ($tmp = mysqli_num_fields($res)))
33 gettype($expected), $expected,

Completed in 40 milliseconds

12345678910>>...37