Home
last modified time | relevance | path

Searched refs:range (Results 151 – 175 of 312) sorted by relevance

12345678910>>...13

/php-src/Zend/tests/
H A Dmemory_get_peak_usage.phpt19 $array = range(1,1024*1024);
H A Dbug73663.phpt6 $ref = range(1, 10);
H A Dgc_033.phpt21 $b = range(0, 1);
/php-src/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-src/ext/standard/tests/array/
H A Darray_shuffle_basic.phpt8 $numbers = range(1, 20);
33 $bigarray = range(1, 400);
/php-src/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-src/ext/opcache/tests/opt/
H A Ddce_012.phpt13 foreach (range(0, 6) as $levels) {
H A Dmatch_001.phpt2 Match 001: memory leak because of live range lose
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt23 SplDoublyLinkedList::offsetUnset(): Argument #1 ($index) is out of range
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt23 SplDoublyLinkedList::offsetUnset(): Argument #1 ($index) is out of range
H A Dfixedarray_002.phpt72 OutOfBoundsException: Index invalid or out of range
76 OutOfBoundsException: Index invalid or 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-src/ext/date/tests/
H A Dbug48058.phpt2 Bug #48058 (Year formatter goes wrong with out-of-int range)
/php-src/ext/gd/tests/
H A Dimagetruecolortopalette_error4.phpt2 Testing imagetruecolortopalette(): out of range parameter 3
/php-src/ext/mysqli/tests/
H A Dbug54674.phpt2 Bug #54674 mysqlnd valid_sjis_(head|tail) is using invalid operator and range.
/php-src/ext/zlib/tests/
H A Dinflate_init_reuse.phpt9 $uncompressed = implode(range("a","z"));
/php-src/ext/filter/tests/
H A Dbug77221.phpt35 foreach ($non_global_ranges as $key => $range) {
36 list($min, $max) = $range;
/php-src/scripts/gdb/
H A Dphp_gdb.py90 for bit in range(0, type_mask_size):
100 for i in range(0, num_types):
157 for i in range(0, num_children):
342 return ary_type.fields()[0].type.range()[1]+1
/php-src/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));
/php-src/Zend/tests/in-de-crement/
H A Doverloaded_access.phpt11 return range(1, 5);
/php-src/ext/random/
H A Dengine_pcgoneseq128xslrr64.c58 static zend_long range(void *state, zend_long min, zend_long max) in range() function
111 range,
H A Drandomizer.c250 engine.algo->range == php_random_algo_mt19937.range in PHP_METHOD()
262 result = engine.algo->range(engine.state, min, max); in PHP_METHOD()
414 uint64_t offset = engine.algo->range(engine.state, 0, max_offset); in PHP_METHOD()
/php-src/Zend/Optimizer/
H A Dzend_inference.h66 return ssa->var_info[ssa_op->opN##_use].range.min; \
83 return ssa->var_info[ssa_op->opN##_use].range.max; \
100 return ssa->var_info[ssa_op->opN##_use].range.underflow; \
117 return ssa->var_info[ssa_op->opN##_use].range.overflow; \

Completed in 32 milliseconds

12345678910>>...13