Searched refs:range (Results 101 – 125 of 234) sorted by relevance
12345678910
/PHP-7.3/ext/standard/tests/strings/ |
H A D | chop_variation5.phpt | 22 …var_dump ( chop("chop testABCXYZ", "A..Z") ); /* with characters range as second A… 23 …var_dump ( chop("chop test0123456789", "0..9") ); /* with numbers range as second Argu…
|
H A D | ltrim_basic.phpt | 27 echo "\n-- Trim some non-white space characters from a string suing a character range --\n"; 48 -- Trim some non-white space characters from a string suing a character range --
|
H A D | rtrim_basic.phpt | 29 echo "\n-- Trim some non-white space characters from a string using a character range --\n"; 49 -- Trim some non-white space characters from a string using a character range --
|
H A D | explode_variation7.phpt | 14 var_dump(count(explode('|', implode(range(1,65),'|'), -1)));
|
H A D | convert_cyr_string_basic.phpt | 20 echo "\n-- Now try some of characters in 128-255 range --\n"; 36 -- Now try some of characters in 128-255 range --
|
/PHP-7.3/ext/spl/tests/ |
H A D | SplDoublyLinkedList_offsetGet_param_string.phpt | 14 Fatal error: Uncaught OutOfRangeException: Offset invalid or out of range in %s
|
H A D | SplDoublyLinkedList_offsetGet_param_array.phpt | 14 Fatal error: Uncaught OutOfRangeException: Offset invalid or out of range in %s
|
H A D | bug70561.phpt | 22 Seek position %d is out of range
|
H A D | heap_003.phpt | 20 $in = range(0,10);
|
H A D | SplDoublyLinkedList_offsetUnset_negative-parameter.phpt | 23 Offset out of range
|
H A D | bug55157_variation.phpt | 8 $nums = range(0, 3);
|
H A D | SplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt | 23 Offset out of range
|
/PHP-7.3/tests/basic/ |
H A D | timeout_variation_8.phpt | 14 foreach (range(0, 42) as $i) {
|
/PHP-7.3/ext/standard/tests/misc/ |
H A D | time_nanosleep_error5.phpt | 14 Warning: time_nanosleep(): nanoseconds was not in the range 0 to 999 999 999 or seconds was negativ…
|
/PHP-7.3/ext/opcache/tests/ |
H A D | bug75969.phpt | 2 Bug #75969: Assertion failure in live range DCE due to block pass misoptimization
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | file_get_contents_error001.phpt | 2 file_get_contents() test using offset parameter out of range
|
/PHP-7.3/ext/date/tests/ |
H A D | bug46874.phpt | 13 // this should repeat the same range
|
H A D | bug48058.phpt | 2 Bug #48058 (Year formatter goes wrong with out-of-int range)
|
/PHP-7.3/Zend/tests/ |
H A D | temporary_cleaning_009.phpt | 2 Live range & free on return
|
H A D | memory_get_peak_usage.phpt | 19 $array = range(1,1024*1024);
|
H A D | bug73663.phpt | 6 $ref = range(1, 10);
|
/PHP-7.3/ext/gd/tests/ |
H A D | colorclosest.phpt | 82 Warning: imagecolorsforindex(): Color index -1 out of range in %s on line %d 106 Warning: imagecolorsforindex(): Color index -1 out of range in %s on line %d
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | array_shuffle_basic.phpt | 9 $numbers = range(1, 20); 34 $bigarray = range(1, 400);
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | bug54674.phpt | 2 Bug #54674 mysqlnd valid_sjis_(head|tail) is using invalid operator and range.
|
/PHP-7.3/ext/posix/tests/ |
H A D | posix_getsid_error.phpt | 4 cases: no params, wrong param, wrong param range
|
Completed in 24 milliseconds
12345678910