Home
last modified time | relevance | path

Searched refs:expected (Results 176 – 200 of 903) sorted by relevance

12345678910>>...37

/PHP-5.5/ext/standard/tests/array/
H A Darray_unique_error.phpt16 //Test array_unique with one more than the expected number of arguments
17 echo "\n-- Testing array_unique() function with more than expected no. of arguments --\n";
32 -- Testing array_unique() function with more than expected no. of arguments --
H A Darray_sum_error.phpt16 // One more than the expected number of arguments
17 echo "-- Testing array_sum() function with more than expected no. of arguments --\n";
30 -- Testing array_sum() function with more than expected no. of arguments --
/PHP-5.5/ext/mbstring/tests/
H A Dmb_internal_encoding_error1.phpt17 * Test mb_internal_encoding with one more than the expected number of arguments
22 echo "\n-- Testing mb_internal_encoding() function with more than expected no. of arguments --\n";
32 -- Testing mb_internal_encoding() function with more than expected no. of arguments --
H A Dmb_regex_encoding_error1.phpt16 * Test mb_regex_encoding with one more than expected number of arguments
22 echo "\n-- Testing mb_regex_encoding() function with more than expected no. of arguments --\n";
32 -- Testing mb_regex_encoding() function with more than expected no. of arguments --
/PHP-5.5/ext/gd/tests/
H A Dgd_info_error.phpt2 Test gd_info() function : error conditions - with more than expected number of arguments
23 echo "\n-- Testing gd_info() function with more than expected number of arguments --\n";
31 -- Testing gd_info() function with more than expected number of arguments --
/PHP-5.5/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-5.5/ext/date/tests/
H A DDateTime_setDate_error.phpt20 echo "\n-- Testing DateTime::setDate() function with less than expected no. of arguments --\n";
27 echo "\n-- Testing DateTime::setDate() function with more than expected no. of arguments --\n";
41 -- Testing DateTime::setDate() function with less than expected no. of arguments --
49 -- Testing DateTime::setDate() function with more than expected no. of arguments --
H A DDateTime_setISODate_error.phpt23 echo "\n-- Testing DateTime::setISODate() function with less than expected no. of arguments --\n";
26 echo "\n-- Testing date_isodate_set() function with more than expected no. of arguments --\n";
42 -- Testing DateTime::setISODate() function with less than expected no. of arguments --
47 -- Testing date_isodate_set() function with more than expected no. of arguments --
H A Ddate_date_set_error.phpt18 echo "\n-- Testing date_date_set() function with less than expected no. of arguments --\n";
27 echo "\n-- Testing date_date_set() function with more than expected no. of arguments --\n";
41 -- Testing date_date_set() function with less than expected no. of arguments --
52 -- Testing date_date_set() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/strings/
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 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 --
/PHP-5.5/ext/standard/tests/file/
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
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 Ddirname_error.phpt19 //Test dirname with one more than the expected number of arguments
20 echo "\n-- Testing dirname() function with more than expected no. of arguments --\n";
35 -- Testing dirname() function with more than expected no. of arguments --
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 --
/PHP-5.5/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-5.5/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-5.5/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 --
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_methods_error_001.phpt21 //Test get_class_methods with one more than the expected number of arguments
22 echo "\n-- Testing get_class_methods() function with more than expected no. of arguments --\n";
37 -- Testing get_class_methods() function with more than expected no. of arguments --

Completed in 55 milliseconds

12345678910>>...37