Home
last modified time | relevance | path

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

12345678910>>...37

/PHP-5.5/ext/date/tests/
H A Dcheckdate_error.phpt21 echo "\n-- Testing checkdate() function with more than expected no. of arguments --\n";
24 echo "\n-- Testing checkdate() function with less than expected no. of arguments --\n";
34 -- Testing checkdate() function with more than expected no. of arguments --
39 -- Testing checkdate() function with less than expected no. of arguments --
H A Ddate_sun_info_error.phpt16 echo "\n-- Testing date_sun_info() function with less than expected no. of arguments --\n";
22 echo "\n-- Testing date_sun_info() function with more than expected no. of arguments --\n";
31 -- Testing date_sun_info() function with less than expected no. of arguments --
42 -- Testing date_sun_info() function with more than expected no. of arguments --
H A Dstrftime_error.phpt14 //Test strftime with one more than the expected number of arguments
15 echo "\n-- Testing strftime() function with more than expected no. of arguments --\n";
26 -- Testing strftime() function with more than expected no. of arguments --
H A DDateTime_setTime_error.phpt20 echo "\n-- Testing DateTime::setTime() function with less than expected no. of arguments --\n";
24 echo "\n-- Testing DateTime::setTime() function with more than expected no. of arguments --\n";
40 -- Testing DateTime::setTime() function with less than expected no. of arguments --
45 -- Testing DateTime::setTime() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/class_object/
H A Dproperty_exists_error.phpt18 echo "\n-- Testing property_exists() function with more than expected no. of arguments --\n";
22 echo "\n-- Testing property_exists() function with less than expected no. of arguments --\n";
33 -- Testing property_exists() function with more than expected no. of arguments --
38 -- Testing property_exists() function with less than expected no. of arguments --
H A Dget_parent_class_error_001.phpt14 //Test get_parent_class with one more than the expected number of arguments
15 echo "\n-- Testing get_parent_class() function with more than expected no. of arguments --\n";
25 -- Testing get_parent_class() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/file/
H A D007_variation11.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_variation12-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; passes; expected: content of file
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
48 …r size of existing data file before opening the file in "w+t" mode again, expected: size of content
51 …/Check for size of existing data file after opening the file in "w+t" mode again, expected: 0 bytes
H A D007_variation12.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; passes; expected: content of file
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
48 …r size of existing data file before opening the file in "w+t" mode again, expected: size of content
51 …/Check for size of existing data file after opening the file in "w+t" mode again, expected: 0 bytes
H A D007_variation20.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 …r size of existing data file before opening the file in "w+b" mode again, expected: size of content
46 …/Check for size of existing data file after opening the file in "w+b" mode again, expected: 0 bytes
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
/PHP-5.5/ext/mbstring/tests/
H A Dbug65045.phpt12 $expected = "\xEF\xBF\xBD"."\xF0\xA4\xAD\xA2"."\xF0\xA4\xAD\xA2";
19 $expected === htmlspecialchars_decode(htmlspecialchars($str, ENT_SUBSTITUTE, 'UTF-8')),
21 $expected === mb_convert_encoding($str, 'UTF-8', 'UTF-8'),
H A Dmb_substitute_character_error.phpt19 //Test mb_substitute_character with one more than the expected number of arguments
20 echo "\n-- Testing mb_substitute_character() function with more than expected no. of arguments --\n…
30 -- Testing mb_substitute_character() function with more than expected no. of arguments --
/PHP-5.5/ext/pcre/tests/
H A Dpreg_last_error_error.phpt17 // Test preg_last_error with one more than the expected number of arguments
18 echo "\n-- Testing preg_last_error() function with more than expected no. of arguments --\n";
26 -- Testing preg_last_error() function with more than expected no. of arguments --
/PHP-5.5/ext/xml/tests/
H A Dxml_parser_create_error.phpt20 //Test xml_parser_create with one more than the expected number of arguments
21 echo "\n-- Testing xml_parser_create() function with more than expected no. of arguments --\n";
31 -- Testing xml_parser_create() function with more than expected no. of arguments --
H A Dxml_parser_create_ns_error.phpt20 //Test xml_parser_create_ns with one more than the expected number of arguments
21 echo "\n-- Testing xml_parser_create_ns() function with more than expected no. of arguments --\n";
32 -- Testing xml_parser_create_ns() function with more than expected no. of arguments --
/PHP-5.5/tests/output/
H A Dob_implicit_flush_error_001.phpt14 //Test ob_implicit_flush with one more than the expected number of arguments
15 echo "\n-- Testing ob_implicit_flush() function with more than expected no. of arguments --\n";
25 -- Testing ob_implicit_flush() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/array/
H A Duasort_error.phpt40 // With one more than the expected number of arguments
41 echo "-- Testing uasort() function with more than expected no. of arguments --\n";
45 // With one less than the expected number of arguments
46 echo "-- Testing uasort() function with less than expected no. of arguments --\n";
65 -- Testing uasort() function with more than expected no. of arguments --
69 -- Testing uasort() function with less than expected no. of arguments --
H A Darray_push_error1.phpt16 // Testing array_push with one less than the expected number of arguments
17 echo "\n-- Testing array_push() function with less than expected no. of arguments --\n";
26 -- Testing array_push() function with less than expected no. of arguments --
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 --
/PHP-5.5/ext/mysql/tests/
H A Dmysql_num_fields.phpt23 function func_test_mysql_num_fields($link, $query, $expected, $offset, $test_free = false) {
30 if ($expected !== ($tmp = mysql_num_fields($res)))
32 gettype($expected), $expected,
/PHP-5.5/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-5.5/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";
45 -- Testing strptime() function with less than expected no. of arguments --
50 -- Testing strptime() function with more than expected no. of arguments --
/PHP-5.5/ext/hash/tests/
H A Dhash_error.phpt15 echo "\n-- Testing hash() function with less than expected no. of arguments --\n";
19 echo "\n-- Testing hash() function with more than expected no. of arguments --\n";
31 -- Testing hash() function with less than expected no. of arguments --
39 -- Testing hash() function with more than expected no. of arguments --
/PHP-5.5/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 --

Completed in 22 milliseconds

12345678910>>...37