Home
last modified time | relevance | path

Searched refs:less (Results 1 – 25 of 107) sorted by relevance

12345

/php-src/ext/standard/tests/array/
H A Dusort_variation11.phpt46 Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less
48 Deprecated: uksort(): Returning bool from comparison function is deprecated, return an integer less
50 Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less
52 Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less
54 Deprecated: uksort(): Returning bool from comparison function is deprecated, return an integer less
56 Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less
58 Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less
60 Deprecated: uksort(): Returning bool from comparison function is deprecated, return an integer less
62 Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less
64 Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less
[all …]
H A Darray_map_error.phpt7 // Testing array_map with one less than the expected number of arguments
8 echo "\n-- Testing array_map() function with one less than expected no. of arguments --\n";
18 echo "\n-- Testing array_map() function with less no. of arrays than callback function arguments --…
39 -- Testing array_map() function with one less than expected no. of arguments --
42 -- Testing array_map() function with less no. of arrays than callback function arguments --
H A Darray_diff_uassoc_error.phpt35 // Testing array_diff_uassoc with one less than the expected number of arguments
36 echo "\n-- Testing array_diff_uassoc() function with less than expected no. of arguments --\n";
51 -- Testing array_diff_uassoc() function with less than expected no. of arguments --
/php-src/ext/standard/tests/strings/
H A Dprintf_error.phpt15 echo "\n-- Testing printf() function with less than expected no. of arguments --\n";
22 echo "\n-- Call printf with one argument less than expected --\n";
39 echo "\n-- Call printf with two argument less than expected --\n";
51 echo "\n-- Call printf with three argument less than expected --\n";
65 -- Testing printf() function with less than expected no. of arguments --
67 -- Call printf with one argument less than expected --
72 -- Call printf with two argument less than expected --
76 -- Call printf with three argument less than expected --
H A Dsprintf_error.phpt15 echo "\n-- Testing sprintf() function with less than expected no. of arguments --\n";
22 // with one argument less than expected
39 // with two argument less than expected
51 // with three argument less than expected
78 -- Testing sprintf() function with less than expected no. of arguments --
H A Djoin_error.phpt8 echo "\n-- Testing join() with less than expected no. of arguments --\n";
22 -- Testing join() with less than expected no. of arguments --
H A Dbug69751.phpt26 Argument number specifier must be greater than zero and less than %d
28 Argument number specifier must be greater than zero and less than %d
/php-src/Zend/tests/
H A D002.phpt100 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
101 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
104 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
106 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
110 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
112 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
113 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
117 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
119 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
H A Dreturn_ref_none.phpt2 Argument-less return from by-ref function
/php-src/ext/standard/tests/file/
H A Dfread_variation1.phpt5 /* Read content less than file size &
81 // reading file by giving less than its size
111 -- Reading file content less than max. file size, expected : 1000 bytes --
126 -- Reading file content less than max. file size, expected : 1000 bytes --
141 -- Reading file content less than max. file size, expected : 1000 bytes --
156 -- Reading file content less than max. file size, expected : 1000 bytes --
171 -- Reading file content less than max. file size, expected : 1000 bytes --
186 -- Reading file content less than max. file size, expected : 1000 bytes --
201 -- Reading file content less than max. file size, expected : 1000 bytes --
216 -- Reading file content less than max. file size, expected : 1000 bytes --
[all …]
H A Dfread_variation2.phpt80 // reading file by giving less than its size
112 -- Reading file content less than max. file size, expected : 0 bytes --
131 -- Reading file content less than max. file size, expected : 0 bytes --
150 -- Reading file content less than max. file size, expected : 0 bytes --
169 -- Reading file content less than max. file size, expected : 0 bytes --
188 -- Reading file content less than max. file size, expected : 0 bytes --
207 -- Reading file content less than max. file size, expected : 0 bytes --
226 -- Reading file content less than max. file size, expected : 0 bytes --
245 -- Reading file content less than max. file size, expected : 0 bytes --
264 -- Reading file content less than max. file size, expected : 0 bytes --
[all …]
/php-src/ext/zip/tests/
H A Doo_setcomment_error.phpt40 ZipArchive::setArchiveComment(): Argument #1 ($comment) must be less than 65535 bytes
41 ZipArchive::setCommentName(): Argument #2 ($comment) must be less than 65535 bytes
42 ZipArchive::setCommentIndex(): Argument #2 ($comment) must be less than 65535 bytes
/php-src/ext/gd/tests/
H A Dimagetruecolortopalette_error4.phpt24 …magetruecolortopalette(): Argument #3 ($num_colors) must be greater than 0 and less than 2147483647
25 …magetruecolortopalette(): Argument #3 ($num_colors) must be greater than 0 and less than 2147483647
H A Dbug39508.phpt2 Bug #39508 (imagefill crashes with small images 3 pixels or less)
/php-src/ext/gmp/tests/
H A Dgmp_random_range.phpt77 gmp_random_range(): Argument #1 ($min) must be less than argument #2 ($maximum)
78 gmp_random_range(): Argument #1 ($min) must be less than argument #2 ($maximum)
79 gmp_random_range(): Argument #1 ($min) must be less than argument #2 ($maximum)
/php-src/ext/spl/tests/
H A Diterator_001.phpt70 print $v . ' is ' . ($it->greaterThan(2) ? 'greater than 2' : 'less than or equal 2') . "\n";
78 print $v . ' is ' . ($it->greaterThan(2) ? 'greater than 2' : 'less than or equal 2') . "\n";
87 print $v . ' is ' . ($it->greaterThan(2) ? 'greater than 2' : 'less than or equal 2') . "\n";
102 2 is less than or equal 2
127 2 is less than or equal 2
/php-src/ext/pgsql/tests/
H A D03sync_query.phpt150 Argument #3 must be less than the number of fields for this result set
153 pg_fetch_all_columns(): Argument #2 ($field) must be less than the number of fields for this result…
155 Argument #3 must be less than the number of fields for this result set
158 pg_field_name(): Argument #2 ($field) must be less than the number of fields for this result set
160 pg_field_table(): Argument #2 ($field) must be less than the number of fields for this result set
/php-src/ext/date/tests/
H A Dgmdate_variation12_64bits.phpt19 echo "\n-- Testing gmdate() function with less than the range of timestamp --\n";
37 -- Testing gmdate() function with less than the range of timestamp --
H A Dgmdate_variation12.phpt18 echo "\n-- Testing gmdate() function with less than the range of timestamp --\n";
37 -- Testing gmdate() function with less than the range of timestamp --
/php-src/ext/pcntl/tests/
H A Dpcntl_signal_001.phpt16 pcntl_signal(): Argument #1 ($signal) must be less than %d
/php-src/tests/lang/
H A Dfunc_get_arg.004.phpt18 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
/php-src/ext/json/tests/
H A Dbug72787.phpt16 json_decode(): Argument #3 ($depth) must be less than %d
/php-src/ext/session/tests/
H A Drfc1867_invalid_settings_2.phpt17 Warning: PHP Startup: session.upload_progress.freq must be less than or equal to 100% in Unknown on…
/php-src/Zend/tests/type_declarations/dnf_types/redundant_types/
H A Dless_restrive_type_constraint_already_present001.phpt2 A less restrictive type constrain is part of the DNF type 001
H A Dless_restrive_type_constraint_already_present002.phpt2 A less restrictive type constrain is part of the DNF type 002

Completed in 76 milliseconds

12345