Home
last modified time | relevance | path

Searched refs:range (Results 126 – 150 of 274) sorted by relevance

1234567891011

/PHP-8.1/ext/spl/tests/
H A Dbug55157_variation.phpt8 $nums = range(0, 3);
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt23 SplDoublyLinkedList::offsetUnset(): Argument #1 ($index) is out of range
H A Dfixedarray_002.phpt72 RuntimeException: Index invalid or out of range
76 RuntimeException: Index invalid or out of range
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt23 SplDoublyLinkedList::offsetUnset(): Argument #1 ($index) is 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-8.1/ext/filter/tests/
H A D060.phpt2 filter_var() - tests for the range options of filter FILTER_VALIDATE_FLOAT
/PHP-8.1/Zend/tests/
H A Dmemory_get_peak_usage.phpt19 $array = range(1,1024*1024);
H A Dtemporary_cleaning_009.phpt2 Live range & free on return
H A Dbug73663.phpt6 $ref = range(1, 10);
H A Dgc_033.phpt21 $b = range(0, 1);
H A Dbug52193.phpt20 $items = range(1, 5);
/PHP-8.1/ext/standard/tests/misc/
H A Dtime_nanosleep_error5.phpt14 Fatal error: Uncaught ValueError: Nanoseconds was not in the range 0 to 999 999 999 or seconds was …
/PHP-8.1/ext/opcache/tests/jit/
H A Dgh12382.phpt2 GH-12382: JIT Index invalid or out of range error
H A Dcmp_008.phpt2 JIT CMP: 008 Wrong range inference for comparison between IS_LONG and IS_FALSE/IS_TRUE
/PHP-8.1/ext/date/tests/
H A Dbug48058.phpt2 Bug #48058 (Year formatter goes wrong with out-of-int range)
/PHP-8.1/ext/opcache/tests/opt/
H A Ddce_012.phpt13 foreach (range(0, 6) as $levels) {
/PHP-8.1/ext/standard/tests/array/
H A Darray_shuffle_basic.phpt8 $numbers = range(1, 20);
33 $bigarray = range(1, 400);
/PHP-8.1/ext/standard/tests/strings/
H A Drtrim.phpt14 …var_dump ( rtrim("rtrim testABCXYZ", "A..Z") ); /* with characters range as second…
15 …var_dump ( rtrim("rtrim test0123456789", "0..9") ); /* with numbers range as second Ar…
H A D004.phpt15 $p = range(1,4);
/PHP-8.1/ext/xml/tests/
H A Dbug72714.phpt29 Warning: xml_parser_set_option(): tagstart ignored, because it is out of range in %s on line %d
/PHP-8.1/ext/gd/tests/
H A Dimagetruecolortopalette_error4.phpt2 Testing imagetruecolortopalette(): out of range parameter 3
/PHP-8.1/ext/zlib/tests/
H A Dinflate_init_reuse.phpt9 $uncompressed = implode(range("a","z"));
/PHP-8.1/ext/mysqli/tests/
H A Dbug54674.phpt2 Bug #54674 mysqlnd valid_sjis_(head|tail) is using invalid operator and range.
/PHP-8.1/ext/mbstring/tests/
H A Deucjp_ms_encoding.phpt47 findInvalidChars($toUnicode, $invalid, $truncated, array_fill_keys(range(0xA1,0xFE), 2) + [0x8F => …
53 findInvalidChars($fromUnicode, $invalid, $unused, array_fill_keys(range(0,0xFF), 2));
H A Dsjismac_encoding.phpt78 array_fill_keys(range(0x81, 0x9F), 2) + array_fill_keys(range(0xE0, 0xED), 2));
86 findInvalidChars($fromUnicode, $invalidChars, $unused, array_fill_keys(range(0, 0xFF), 2));

Completed in 27 milliseconds

1234567891011