Home
last modified time | relevance | path

Searched refs:expected (Results 201 – 225 of 1017) sorted by relevance

12345678910>>...41

/PHP-7.3/ext/standard/tests/file/
H A Dfile_exists_error.phpt19 //Test file_exists with one more than the expected number of arguments
20 echo "\n-- Testing file_exists() function with more than expected no. of arguments --\n";
35 -- Testing file_exists() function with more than expected no. of arguments --
H A D007_variation15.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; fails; expected: empty string
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation23.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; fails; expected: empty string
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation7.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; fails; expected: empty string
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
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.phpt20 var_dump( lstat() ); // args < expected
21 var_dump( lstat(__FILE__, 2) ); // args > expected
28 var_dump( stat() ); // args < expected
29 var_dump( stat(__FILE__, 2) ); // file, args > expected
30 var_dump( stat(dirname(__FILE__), 2) ); //dir, args > expected
/PHP-7.3/ext/standard/tests/url/
H A Drawurlencode_error_001.phpt19 //Test rawurlencode with one more than the expected number of arguments
20 echo "\n-- Testing rawurlencode() function with more than expected no. of arguments --\n";
35 -- Testing rawurlencode() function with more than expected no. of arguments --
H A Durldecode_error_001.phpt19 //Test urldecode with one more than the expected number of arguments
20 echo "\n-- Testing urldecode() function with more than expected no. of arguments --\n";
35 -- Testing urldecode() function with more than expected no. of arguments --
H A Durlencode_error_001.phpt19 //Test urlencode with one more than the expected number of arguments
20 echo "\n-- Testing urlencode() function with more than expected no. of arguments --\n";
35 -- Testing urlencode() function with more than expected no. of arguments --
/PHP-7.3/ext/standard/tests/class_object/
H A Dinterface_exists_error.phpt17 //Test interface_exists with one more than the expected number of arguments
18 echo "\n-- Testing interface_exists() function with more than expected no. of arguments --\n";
34 -- Testing interface_exists() function with more than expected no. of arguments --
/PHP-7.3/ext/tokenizer/tests/
H A Dtoken_get_all_error.phpt18 // with one more than the expected number of arguments
19 echo "-- Testing token_get_all() function with more than expected no. of arguments --\n";
33 -- Testing token_get_all() function with more than expected no. of arguments --
/PHP-7.3/ext/xml/tests/
H A Dxml_parser_free_error.phpt23 //Test xml_parser_free with one more than the expected number of arguments
24 echo "\n-- Testing xml_parser_free() function with more than expected no. of arguments --\n";
39 -- Testing xml_parser_free() function with more than expected no. of arguments --
/PHP-7.3/ext/pcre/tests/
H A Dpreg_quote_error.phpt13 //Test preg_quote with one more than the expected number of arguments
14 echo "\n-- Testing preg_quote() function with more than expected no. of arguments --\n";
29 -- Testing preg_quote() function with more than expected no. of arguments --
/PHP-7.3/ext/standard/tests/strings/
H A Dcrc32_error.phpt21 //Test crc32 with one more than the expected number of arguments
22 echo "\n-- Testing crc32() function with more than expected no. of arguments --\n";
37 -- Testing crc32() function with more than expected no. of arguments --
H A Dstripslashes_error.phpt20 // More than expected number of arguments
21 echo "\n-- Testing stripslashes() function with more than expected no. of arguments --\n";
38 -- Testing stripslashes() function with more than expected no. of arguments --
H A Dnl2br_error.phpt16 //Test nl2br with one more than the expected number of arguments
17 echo "\n-- Testing nl2br() function with more than expected no. of arguments --";
31 -- Testing nl2br() function with more than expected no. of arguments --
H A Dutf8_decode_error.phpt17 //Test utf8_decode with one more than the expected number of arguments
18 echo "\n-- Testing utf8_decode() function with more than expected no. of arguments --\n";
33 -- Testing utf8_decode() function with more than expected no. of arguments --
H A Dutf8_encode_error.phpt17 //Test utf8_encode with one more than the expected number of arguments
18 echo "\n-- Testing utf8_encode() function with more than expected no. of arguments --\n";
33 -- Testing utf8_encode() function with more than expected no. of arguments --
/PHP-7.3/ext/standard/tests/general_functions/
H A Dvar_export_error1.phpt17 //Test var_export with one more than the expected number of arguments
18 echo "\n-- Testing var_export() function with more than expected no. of arguments --\n";
34 -- Testing var_export() function with more than expected no. of arguments --
/PHP-7.3/ext/standard/tests/image/
H A Dimage_type_to_mime_type_error.phpt18 //Test image_type_to_mime_type with one more than the expected number of arguments
19 echo "\n-- Testing image_type_to_mime_type() function with more than expected no. of arguments --\n…
31 -- Testing image_type_to_mime_type() function with more than expected no. of arguments --
/PHP-7.3/ext/standard/tests/network/
H A Dgethostbynamel_error.phpt17 //Test gethostbynamel with one more than the expected number of arguments
18 echo "\n-- Testing gethostbynamel() function with more than expected no. of arguments --\n";
32 -- Testing gethostbynamel() function with more than expected no. of arguments --
H A Dip2long_error.phpt17 //Test ip2long with one more than the expected number of arguments
18 echo "\n-- Testing ip2long() function with more than expected no. of arguments --\n";
33 -- Testing ip2long() function with more than expected no. of arguments --
H A Dlong2ip_error.phpt17 //Test long2ip with one more than the expected number of arguments
18 echo "\n-- Testing long2ip() function with more than expected no. of arguments --\n";
33 -- Testing long2ip() function with more than expected no. of arguments --
/PHP-7.3/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
/PHP-7.3/ext/json/tests/
H A Dbug73113.phpt13 throw new \Exception('This error is expected');
24 This error is expected

Completed in 27 milliseconds

12345678910>>...41