Home
last modified time | relevance | path

Searched refs:range (Results 101 – 125 of 227) sorted by relevance

12345678910

/PHP-7.1/ext/spl/tests/
H A DSplDoublyLinkedList_offsetGet_param_string.phpt14 Fatal error: Uncaught OutOfRangeException: Offset invalid or out of range in %s
H A DSplDoublyLinkedList_offsetGet_param_array.phpt14 Fatal error: Uncaught OutOfRangeException: Offset invalid or out of range in %s
H A Dbug70561.phpt22 Seek position %d is out of range
H A Dheap_003.phpt20 $in = range(0,10);
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt23 Offset out of range
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt23 Offset out of range
H A Diterator_007.phpt64 $it = new NoRewindIteratorEx(new ArrayIteratorEx(range(0,3)));
78 $it = new NoRewindIteratorEx(new ArrayIteratorEx(range(0,3)));
/PHP-7.1/tests/basic/
H A Dtimeout_variation_8.phpt14 foreach (range(0, 42) as $i) {
/PHP-7.1/ext/standard/tests/misc/
H A Dtime_nanosleep_error5.phpt14 Warning: time_nanosleep(): nanoseconds was not in the range 0 to 999 999 999 or seconds was negativ…
/PHP-7.1/ext/standard/tests/strings/
H A Dltrim_basic.phpt27 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 Drtrim_basic.phpt29 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 Dexplode_variation7.phpt14 var_dump(count(explode('|', implode(range(1,65),'|'), -1)));
H A Dconvert_cyr_string_basic.phpt20 echo "\n-- Now try some of characters in 128-255 range --\n";
36 -- Now try some of characters in 128-255 range --
/PHP-7.1/ext/date/tests/
H A Dbug46874.phpt13 // this should repeat the same range
H A Dbug48058.phpt2 Bug #48058 (Year formatter goes wrong with out-of-int range)
/PHP-7.1/Zend/tests/
H A Dtemporary_cleaning_009.phpt2 Live range & free on return
H A Dmemory_get_peak_usage.phpt19 $array = range(1,1024*1024);
H A Dbug73663.phpt6 $ref = range(1, 10);
/PHP-7.1/ext/standard/tests/array/
H A Darray_shuffle_basic.phpt9 $numbers = range(1, 20);
34 $bigarray = range(1, 400);
/PHP-7.1/ext/gd/tests/
H A Dcolorclosest.phpt82 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.1/ext/standard/tests/file/
H A Dfile_get_contents_error001.phpt2 file_get_contents() test using offset parameter out of range
/PHP-7.1/ext/mysqli/tests/
H A Dbug54674.phpt2 Bug #54674 mysqlnd valid_sjis_(head|tail) is using invalid operator and range.
/PHP-7.1/ext/posix/tests/
H A Dposix_getsid_error.phpt4 cases: no params, wrong param, wrong param range
/PHP-7.1/ext/xml/tests/
H A Dbug72714.phpt32 Notice: xml_parser_set_option(): tagstart ignored, because it is out of range in %s%ebug72714.php o…
/PHP-7.1/ext/zlib/tests/
H A Dinflate_init_reuse.phpt13 $uncompressed = implode(range("a","z"));

Completed in 25 milliseconds

12345678910