Home
last modified time | relevance | path

Searched refs:expected (Results 251 – 275 of 903) sorted by relevance

1...<<11121314151617181920>>...37

/PHP-5.5/ext/xml/tests/
H A Dxml_get_error_code_error.phpt23 //Test xml_get_error_code with one more than the expected number of arguments
24 echo "\n-- Testing xml_get_error_code() function with more than expected no. of arguments --\n";
39 -- Testing xml_get_error_code() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/strings/
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 --
H A Dcrc32_error.phpt27 //Test crc32 with one more than the expected number of arguments
28 echo "\n-- Testing crc32() function with more than expected no. of arguments --\n";
43 -- Testing crc32() function with more than expected no. of arguments --
H A Dstr_split_error.phpt19 //Test str_split with one more than the expected number of arguments
20 echo "-- Testing str_split() function with more than expected no. of arguments --\n";
34 -- Testing str_split() function with more than expected no. of arguments --
/PHP-5.5/ext/hash/tests/
H A Dhash_hmac_error.phpt17 echo "\n-- Testing hash_hmac() function with less than expected no. of arguments --\n";
22 echo "\n-- Testing hash_hmac() function with more than expected no. of arguments --\n";
34 -- Testing hash_hmac() function with less than expected no. of arguments --
45 -- Testing hash_hmac() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/array/
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 --
H A Dcount_error.phpt20 //Test count with one more than the expected number of arguments
21 echo "\n-- Testing count() function with more than expected no. of arguments --\n";
37 -- Testing count() function with more than expected no. of arguments --
H A Dcurrent_error.phpt21 //Test current with one more than the expected number of arguments
22 echo "\n-- Testing current() function with more than expected no. of arguments --\n";
36 -- Testing current() function with more than expected no. of arguments --
H A Dend_error.phpt20 //Test end with one more than the expected number of arguments
21 echo "\n-- Testing end() function with more than expected no. of arguments --\n";
35 -- Testing end() function with more than expected no. of arguments --
H A Dkey_error.phpt20 //Test current with one more than the expected number of arguments
21 echo "\n-- Testing key() function with more than expected no. of arguments --\n";
35 -- Testing key() function with more than expected no. of arguments --
H A Dnext_error.phpt20 //Test next with one more than the expected number of arguments
21 echo "\n-- Testing next() function with more than expected no. of arguments --\n";
35 -- Testing next() function with more than expected no. of arguments --
H A Dprev_error1.phpt20 //Test prev with one more than the expected number of arguments
21 echo "\n-- Testing prev() function with more than expected no. of arguments --\n";
35 -- Testing prev() function with more than expected no. of arguments --
H A Dreset_error.phpt20 //Test reset with one more than the expected number of arguments
21 echo "\n-- Testing reset() function with more than expected no. of arguments --\n";
35 -- Testing reset() function with more than expected no. of arguments --
H A Darray_reverse_error.phpt16 // more than the expected number of arguments
17 echo "\n-- Testing array_diff() function with more than expected no. of arguments --\n";
33 -- Testing array_diff() function with more than expected no. of arguments --
/PHP-5.5/ext/mbstring/tests/
H A Dmb_decode_mimeheader_error.phpt22 //Test mb_decode_mimeheader with one more than the expected number of arguments
23 echo "\n-- Testing mb_decode_mimeheader() function with more than expected no. of arguments --\n";
38 -- Testing mb_decode_mimeheader() function with more than expected no. of arguments --
/PHP-5.5/ext/ereg/tests/
H A Dsql_regcase_error_001.phpt17 //Test sql_regcase with one more than the expected number of arguments
18 echo "\n-- Testing sql_regcase() function with more than expected no. of arguments --\n";
35 -- Testing sql_regcase() function with more than expected no. of arguments --
/PHP-5.5/ext/date/tests/
H A Dgmstrftime_error.phpt17 //Test gmstrftime with one more than the expected number of arguments
18 echo "\n-- Testing gmstrftime() function with more than expected no. of arguments --\n";
34 -- Testing gmstrftime() function with more than expected no. of arguments --
/PHP-5.5/ext/ctype/tests/
H A Dctype_alnum_error.phpt24 //Test ctype_alnum with one more than the expected number of arguments
25 echo "\n-- Testing ctype_alnum() function with more than expected no. of arguments --\n";
41 -- Testing ctype_alnum() function with more than expected no. of arguments --
H A Dctype_graph_error.phpt22 //Test ctype_graph with one more than the expected number of arguments
23 echo "\n-- Testing ctype_graph() function with more than expected no. of arguments --\n";
37 -- Testing ctype_graph() function with more than expected no. of arguments --
H A Dctype_space_error.phpt24 //Test ctype_space with one more than the expected number of arguments
25 echo "\n-- Testing ctype_space() function with more than expected no. of arguments --\n";
41 -- Testing ctype_space() function with more than expected no. of arguments --
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_multires.phpt53 printf("[008] No more rows expected\n");
74 printf("[012] No more rows expected\n");
84 printf("[014] No more results expected\n");
86 printf("[014] No result, as expected\n");
119 [014] No result, as expected
/PHP-5.5/ext/standard/tests/file/
H A D007_variation16.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 D007_variation24.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…
/PHP-5.5/ext/standard/tests/mail/
H A Dezmlm_hash_error.phpt12 echo "\n-- Testing ezmlm_hash() function with fewer than expected no. of arguments --\n";
15 echo "\n-- Testing ezmlm_hash() function with more than expected no. of arguments --\n";
42 -- Testing ezmlm_hash() function with fewer than expected no. of arguments --
47 -- Testing ezmlm_hash() function with more than expected no. of arguments --

Completed in 29 milliseconds

1...<<11121314151617181920>>...37