Home
last modified time | relevance | path

Searched refs:at (Results 151 – 175 of 1031) sorted by relevance

12345678910>>...42

/PHP-5.3/ext/json/tests/
H A Djson_decode_error.phpt32 Warning: json_decode() expects at least 1 parameter, 0 given in %s on line %d
37 Warning: json_decode() expects at most 3 parameters, 4 given in %s on line %d
H A Djson_encode_error.phpt33 Warning: json_encode() expects at least 1 parameter, 0 given in %s on line %d
38 Warning: json_encode() expects at most 2 parameters, 3 given in %s on line %d
/PHP-5.3/ext/standard/tests/dir/
H A Ddir_error.phpt28 Warning: dir() expects at least 1 parameter, 0 given in %s on line %d
32 Warning: dir() expects at most 2 parameters, 3 given in %s on line %d
/PHP-5.3/ext/standard/tests/file/
H A Dbasename_error.phpt31 Warning: basename() expects at least 1 parameter, 0 given in %s on line %d
36 Warning: basename() expects at most 2 parameters, 3 given in %s on line %d
H A D007_variation10.phpt33 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the begining of the …
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation18.phpt33 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the begining of the …
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation2.phpt33 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the begining of the …
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
/PHP-5.3/ext/pcre/tests/
H A Dsplit.phpt20 Warning: preg_split() expects at least 2 parameters, 0 given in %ssplit.php on line 3
23 Warning: preg_split(): Compilation failed: nothing to repeat at offset 0 in %ssplit.php on line 4
/PHP-5.3/ext/phar/tests/
H A D017.phpt2 Phar: opendir test - no dir specified at all
33 …): failed to open dir: phar error: no directory in "phar://hio", must have at least phar://hio/ fo…
H A D017U.phpt2 Phar: opendir test - no dir specified at all
33 …): failed to open dir: phar error: no directory in "phar://hio", must have at least phar://hio/ fo…
/PHP-5.3/ext/session/tests/
H A D014.phpt39 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
42 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
/PHP-5.3/ext/standard/tests/general_functions/
H A Dis_callable_error.phpt28 Warning: is_callable() expects at least 1 parameter, 0 given in %s on line %d
33 Warning: is_callable() expects at most 3 parameters, 4 given in %s on line %d
H A Dvar_export_error1.phpt31 Warning: var_export() expects at least 1 parameter, 0 given in %s on line 12
36 Warning: var_export() expects at most 2 parameters, 3 given in %s on line 19
H A Dget_defined_vars_basic.phpt55 echo "\n-- Get variables at global scope --\n";
59 echo "TEST FAILED - Global variables missing at global scope\n";
71 -- Get variables at global scope --
/PHP-5.3/ext/standard/tests/array/
H A Darray_keys_error.phpt27 Warning: array_keys() expects at least 1 parameter, 0 given in %s on line %d
30 Warning: array_keys() expects at most 3 parameters, 4 given in %s on line %d
H A Darray_rand_error.phpt30 Warning: array_rand() expects at least 1 parameter, 0 given in %s on line %d
35 Warning: array_rand() expects at most 2 parameters, 3 given in %s on line %d
/PHP-5.3/ext/standard/tests/strings/
H A Dnl2br_error.phpt28 Warning: nl2br() expects at least 1 parameter, 0 given in %s on line %d
32 Warning: nl2br() expects at most 2 parameters, 3 given in %s on line %d
H A Dparse_str_error1.phpt27 Warning: parse_str() expects at least 1 parameter, 0 given in %s on line %d
31 Warning: parse_str() expects at most 2 parameters, 3 given in %s on line %d
H A Dtrim1.phpt74 Warning: trim() expects at least 1 parameter, 0 given in %s on line %d
77 Warning: trim() expects at most 2 parameters, 3 given in %s on line %d
80 Warning: trim() expects at most 2 parameters, 3 given in %s on line %d
/PHP-5.3/ext/date/tests/
H A Didate_error.phpt29 Warning: idate() expects at least 1 parameter, 0 given in %s on line %d
34 Warning: idate() expects at most 2 parameters, 3 given in %s on line %d
H A Dtimezone_name_from_abbr_error.phpt35 Warning: timezone_name_from_abbr() expects at least 1 parameter, 0 given in %s on line %d
40 Warning: timezone_name_from_abbr() expects at most 3 parameters, 4 given in %s on line %d
H A D005.phpt23 Warning: idate() expects at least 1 parameter, 0 given in %s on line %d
26 Warning: idate() expects at most 2 parameters, 3 given in %s on line %d
H A D012.phpt32 Warning: date_isodate_set() expects at least 3 parameters, 2 given in %s on line %d
54 Warning: date_isodate_set() expects at most 4 parameters, 5 given in %s on line %d
/PHP-5.3/ext/intl/tests/
H A Dgrapheme.phpt603 $res_str .= " starting at byte position $test[2]";
607 $res_str .= " starting at byte position $test[2] with \$next";
672 $res_str .= " starting at byte position $test[2]";
736 $res_str .= " starting at byte position $test[2]";
1086 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 0 = a == a
1087 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 1 = b == b
1088 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 2 = c == c
1089 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 2 = ==
1093 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 0 with $next = == $…
1097 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 2 with $next = == $…
[all …]
/PHP-5.3/ext/standard/tests/class_object/
H A Dclass_exists_error_001.phpt35 Warning: class_exists() expects at least 1 parameter, 0 given in %s on line 16
40 Warning: class_exists() expects at most 2 parameters, 3 given in %s on line 23

Completed in 40 milliseconds

12345678910>>...42