Home
last modified time | relevance | path

Searched refs:expected (Results 76 – 100 of 903) sorted by relevance

12345678910>>...37

/PHP-5.5/ext/iconv/tests/
H A Diconv_strrpos_error1.phpt22 //Test iconv_strrpos with one more than the expected number of arguments
23 echo "\n-- Testing iconv_strrpos() function with more than expected no. of arguments --\n";
30 // Testing iconv_strrpos with one less than the expected number of arguments
31 echo "\n-- Testing iconv_strrpos() function with less than expected no. of arguments --\n";
40 -- Testing iconv_strrpos() function with more than expected no. of arguments --
45 -- Testing iconv_strrpos() function with less than expected no. of arguments --
H A Diconv_substr_error1.phpt21 //Test iconv_substr with one more than the expected number of arguments
22 echo "\n-- Testing iconv_substr() function with more than expected no. of arguments --\n";
30 // Testing iconv_substr with one less than the expected number of arguments
31 echo "\n-- Testing iconv_substr() function with less than expected no. of arguments --\n";
40 -- Testing iconv_substr() function with more than expected no. of arguments --
45 -- Testing iconv_substr() function with less than expected no. of arguments --
H A Diconv_strpos_error1.phpt22 //Test iconv_strpos with one more than the expected number of arguments
23 echo "\n-- Testing iconv_strpos() function with more than expected no. of arguments --\n";
31 // Testing iconv_strpos with one less than the expected number of arguments
32 echo "\n-- Testing iconv_strpos() function with less than expected no. of arguments --\n";
41 -- Testing iconv_strpos() function with more than expected no. of arguments --
46 -- Testing iconv_strpos() function with less than expected no. of arguments --
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_ukey_error.phpt25 //Test array_diff_ukey with one more than the expected number of arguments
26 echo "\n-- Testing array_diff_ukey() function with more than expected no. of arguments --\n";
29 // Testing array_diff_ukey with one less than the expected number of arguments
30 echo "\n-- Testing array_diff_ukey() function with less than expected no. of arguments --\n";
33 // Testing array_diff_ukey with one less than the expected number of arguments
41 -- Testing array_diff_ukey() function with more than expected no. of arguments --
46 -- Testing array_diff_ukey() function with less than expected no. of arguments --
H A Darray_uintersect_uassoc_error.phpt23 //Test array_uintersect_uassoc with one more than the expected number of arguments
24 echo "\n-- Testing array_uintersect_uassoc() function with more than expected no. of arguments --\n…
27 // Testing array_uintersect_uassoc with one less than the expected number of arguments
28 echo "\n-- Testing array_uintersect_uassoc() function with less than expected no. of arguments --\n…
36 -- Testing array_uintersect_uassoc() function with more than expected no. of arguments --
41 -- Testing array_uintersect_uassoc() function with less than expected no. of arguments --
H A Darray_pad_error.phpt16 //Test array_pad with one more than the expected number of arguments
17 echo "\n-- Testing array_pad() function with more than expected no. of arguments --\n";
24 // Testing array_pad with less than the expected number of arguments
25 echo "\n-- Testing array_pad() function with less than expected no. of arguments --\n";
41 -- Testing array_pad() function with more than expected no. of arguments --
46 -- Testing array_pad() function with less than expected no. of arguments --
H A Darray_udiff_uassoc_error.phpt22 //Test array_udiff_uassoc with one more than the expected number of arguments
23 echo "\n-- Testing array_udiff_uassoc() function with more than expected no. of arguments --\n";
26 // Testing array_udiff_uassoc with one less than the expected number of arguments
27 echo "\n-- Testing array_udiff_uassoc() function with less than expected no. of arguments --\n";
35 -- Testing array_udiff_uassoc() function with more than expected no. of arguments --
40 -- Testing array_udiff_uassoc() function with less than expected no. of arguments --
H A Dkey_exists_basic.phpt2 Test function key_exists() by calling it with its expected arguments
8 echo "*** test key_exists() by calling it with its expected arguments ***\n";
13 *** test key_exists() by calling it with its expected arguments ***
H A Darray_intersect_ukey_error.phpt25 //Test array_intersect_ukey with one more than the expected number of arguments
26 echo "\n-- Testing array_intersect_ukey() function with more than expected no. of arguments --\n";
30 // Testing array_intersect_ukey with one less than the expected number of arguments
31 echo "\n-- Testing array_intersect_ukey() function with less than expected no. of arguments --\n";
42 -- Testing array_intersect_ukey() function with more than expected no. of arguments --
47 -- Testing array_intersect_ukey() function with less than expected no. of arguments --
H A Darray_chunk_variation2.phpt116 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
119 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
122 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
156 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
159 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
162 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
167 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
170 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
173 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
233 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
[all …]
/PHP-5.5/ext/standard/tests/math/
H A Dallowed_rounding_error.inc2 function allowed_rounding_error ($number, $expected) {
8 $min = $expected - $small_number;
9 $max = $expected + $small_number;
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation11.phpt31 var_dump( copy($file, $dir) ); //expected: bool(false)
33 var_dump( file_exists($file) ); //expected: bool(true)
34 var_dump( file_exists($dir) ); //expected: bool(true)
36 var_dump( is_file($file) ); //expected: bool(true)
37 var_dump( is_dir($file) ); //expected: bool(false)
39 var_dump( is_file($dir) ); //expected: bool(false)
40 var_dump( is_dir($dir) ); //expected: bool(true)
H A Dmkdir_rmdir_error.phpt13 var_dump( mkdir() ); // args < expected
14 var_dump( mkdir(1, 2, 3, 4, 5) ); // args > expected
15 var_dump( mkdir("testdir", 0777, false, $context, "test") ); // args > expected
18 var_dump( rmdir() ); // args < expected
19 var_dump( rmdir(1, 2, 3) ); // args > expected
20 var_dump( rmdir("testdir", $context, "test") ); // args > expected
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchbody_error.phpt22 //Test imap_fetchbody with one more than the expected number of arguments
23 echo "\n-- Testing imap_fetchbody() function with more than expected no. of arguments --\n";
33 // Testing imap_fetchbody with one less than the expected number of arguments
34 echo "\n-- Testing imap_fetchbody() function with less than expected no. of arguments --\n";
46 -- Testing imap_fetchbody() function with more than expected no. of arguments --
53 -- Testing imap_fetchbody() function with less than expected no. of arguments --
H A Dimap_fetch_overview_error.phpt23 //Test imap_fetch_overview with one more than the expected number of arguments
24 echo "\n-- Testing imap_fetch_overview() function with more than expected no. of arguments --\n";
31 // Testing imap_fetch_overview with one less than the expected number of arguments
32 echo "\n-- Testing imap_fetch_overview() function with less than expected no. of arguments --\n";
43 -- Testing imap_fetch_overview() function with more than expected no. of arguments --
50 -- Testing imap_fetch_overview() function with less than expected no. of arguments --
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stripos_error1.phpt23 //Test mb_stripos with one more than the expected number of arguments
24 echo "\n-- Testing mb_stripos() function with more than expected no. of arguments --\n";
32 // Testing mb_stripos with one less than the expected number of arguments
33 echo "\n-- Testing mb_stripos() function with less than expected no. of arguments --\n";
42 -- Testing mb_stripos() function with more than expected no. of arguments --
47 -- Testing mb_stripos() function with less than expected no. of arguments --
H A Dmb_strpos_error1.phpt22 //Test mb_strpos with one more than the expected number of arguments
23 echo "\n-- Testing mb_strpos() function with more than expected no. of arguments --\n";
31 // Testing mb_strpos with one less than the expected number of arguments
32 echo "\n-- Testing mb_strpos() function with less than expected no. of arguments --\n";
41 -- Testing mb_strpos() function with more than expected no. of arguments --
46 -- Testing mb_strpos() function with less than expected no. of arguments --
H A Dmb_strripos_error1.phpt23 //Test mb_strripos with one more than the expected number of arguments
24 echo "\n-- Testing mb_strripos() function with more than expected no. of arguments --\n";
32 // Testing mb_strripos with one less than the expected number of arguments
33 echo "\n-- Testing mb_strripos() function with less than expected no. of arguments --\n";
42 -- Testing mb_strripos() function with more than expected no. of arguments --
47 -- Testing mb_strripos() function with less than expected no. of arguments --
H A Dmb_ereg_match_error1.phpt22 //Test mb_ereg_match with one more than the expected number of arguments
23 echo "\n-- Testing mb_ereg_match() function with more than expected no. of arguments --\n";
30 // Testing mb_ereg_match with one less than the expected number of arguments
31 echo "\n-- Testing mb_ereg_match() function with less than expected no. of arguments --\n";
44 -- Testing mb_ereg_match() function with more than expected no. of arguments --
49 -- Testing mb_ereg_match() function with less than expected no. of arguments --
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_error.phpt20 //Test mcrypt_cbc with one more than the expected number of arguments
21 echo "\n-- Testing mcrypt_cbc() function with more than expected no. of arguments --\n";
30 // Testing mcrypt_cbc with one less than the expected number of arguments
31 echo "\n-- Testing mcrypt_cbc() function with less than expected no. of arguments --\n";
42 -- Testing mcrypt_cbc() function with more than expected no. of arguments --
49 -- Testing mcrypt_cbc() function with less than expected no. of arguments --
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback_error.phpt13 //Test preg_replace_callback() with one more than the expected number of arguments
14 echo "\n-- Testing preg_replace_callback() function with more than expected no. of arguments --\n";
25 //Testing preg_replace_callback() with one less than the expected number of arguments
26 echo "\n-- Testing preg_replace_callback() function with less than expected no. of arguments --\n";
39 -- Testing preg_replace_callback() function with more than expected no. of arguments --
44 -- Testing preg_replace_callback() function with less than expected no. of arguments --
/PHP-5.5/ext/standard/tests/network/
H A Dsetcookie.phpt21 $expected = array(
36 if (($i = count($expected)) > count($headers))
38 echo "Less headers are being sent than expected - aborting";
49 if (current($headers) === current($expected))
56 .current($expected)
60 next($expected);
/PHP-5.5/ext/standard/tests/strings/
H A Dstrval_error.phpt22 //Test strval with one more than the expected number of arguments
23 echo "\n-- Testing strval() function with more than expected no. of arguments --\n";
26 // Testing strval with one less than the expected number of arguments
27 echo "\n-- Testing strval() function with less than expected no. of arguments --\n";
39 -- Testing strval() function with more than expected no. of arguments --
44 -- Testing strval() function with less than expected no. of arguments --
H A Dstrcspn_error.phpt22 //Test strcspn with one more than the expected number of arguments
23 echo "\n-- Testing strcspn() function with more than expected no. of arguments --\n";
33 // Testing strcspn withone less than the expected number of arguments
34 echo "\n-- Testing strcspn() function with less than expected no. of arguments --\n";
48 -- Testing strcspn() function with more than expected no. of arguments --
53 -- Testing strcspn() function with less than expected no. of arguments --
H A Dstrspn_error.phpt22 //Test strspn with one more than the expected number of arguments
23 echo "\n-- Testing strspn() function with more than expected no. of arguments --\n";
33 // Testing strspn withone less than the expected number of arguments
34 echo "\n-- Testing strspn() function with less than expected no. of arguments --\n";
48 -- Testing strspn() function with more than expected no. of arguments --
53 -- Testing strspn() function with less than expected no. of arguments --

Completed in 33 milliseconds

12345678910>>...37