Home
last modified time | relevance | path

Searched refs:less (Results 51 – 75 of 107) sorted by last modified time

12345

/php-src/ext/standard/tests/general_functions/
H A Dgetservbyport_variation1.phpt2 Test function getservbyport() by calling it more than or less than its expected arguments
/php-src/ext/standard/tests/file/
H A Duserstreams.phpt32 the less I have the more I gain
H A Dfread_basic.phpt81 $data_from_file=fread($file_handle, 1000);// request for 24 bytes less than its size
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 …]
H A Dfgetcsv_variation6.phpt2 Test fgetcsv() : usage variations - with length less than line size
7 value less than the line size
10 echo "*** Testing fgetcsv() : with length less than line size ***\n";
72 // use length as less than the actual size of the line
94 *** Testing fgetcsv() : with length less than line size ***
H A Dfgetcsv_variation17.phpt2 Test fgetcsv() : usage variations - with default enclosure & length less than line size
6 and length value less than the size of line being read
9 echo "*** Testing fgetcsv() : with default enclosure & length less than line size ***\n";
66 // use length as less than the actual size of the line
89 *** Testing fgetcsv() : with default enclosure & length less than line size ***
/php-src/ext/standard/tests/dir/
H A Ddir_bug73971.phpt12 $filename = $base . DIRECTORY_SEPARATOR . str_repeat('テスト', 48); // 144 glyph here, less than 256
/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_walk_recursive_variation9.phpt8 * with less and more parameters
H A Darray_walk_variation9.phpt8 * with less and more parameters
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/
H A Dbug64370_var1.phpt2 Test bug #64370 microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']
/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/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/ext/random/tests/01_functions/
H A Drandom_int_error.phpt29 random_int(): Argument #1 ($min) must be less than or equal to argument #2 ($max)
/php-src/ext/phar/tests/tar/files/
H A Dmake.dangerous.tar.php.inc74 "$path is too long, must be 255 characters or less"
H A Dtarmaker.php.inc73 "$path is too long, must be 255 characters or less"
H A Dcorrupt_tarmaker.php.inc80 "$path is too long, must be 255 characters or less"
/php-src/ext/phar/tests/
H A Dphar_setdefaultstub.phpt942 Illegal filename passed in for stub creation, was 401 characters long, and only 400 or less is allo…
H A Dphar_createdefaultstub.phpt627 Illegal filename passed in for stub creation, was 401 characters long, and only 400 or less is allo…
927 Illegal web filename passed in for stub creation, was 401 characters long, and only 400 or less is …
H A Dbug77586.phpt2 Bug #77586 Symbolic link names in tar-formatted phar must be less than 100 bytes.
/php-src/ext/pcntl/tests/
H A Dpcntl_signal_001.phpt16 pcntl_signal(): Argument #1 ($signal) must be less than %d
/php-src/ext/mbstring/tests/
H A Dcp51932_encoding.phpt74 unset($fromUnicode["\x00\xAB"]); // Don't map left double angled quote mark to "much less than"

Completed in 87 milliseconds

12345