Home
last modified time | relevance | path

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

12345678910>>...13

/php-src/Zend/tests/
H A Dtemporary_cleaning_012.phpt2 Live range of ZEND_NEW must be assigned to correct variable
H A Dcoalesce_assign_optimization.phpt2 Live range construction should not break if coalesce assign branch is optimized away
H A Dlive_range_phi_leak.phpt2 Missing live range if part of phi
H A Dbug73663_2.phpt6 $ref = range(1, 10);
H A Dtemporary_cleaning_017.phpt2 Live range & free on return & TMP var of RETURN opcode
H A Dtemporary_cleaning_009.phpt2 Live range & free on return
/php-src/ext/opcache/tests/jit/
H A Dfetch_dim_func_args_001.phpt21 $a->change($a = array("a" => range(1, 5)));
/php-src/ext/opcache/tests/match/
H A D004.phpt29 foreach (range(0, 6) as $number) {
40 0000 INIT_FCALL 2 %d string("range")
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_add_invalid_offset.phpt13 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) is out of range
H A DSplDoublyLinkedList_offsetUnset_greater_than_elements.phpt25 SplDoublyLinkedList::offsetUnset(): Argument #1 ($index) is out of range
H A Dbug70561.phpt22 Seek position %d is out of range
H A Dheap_003.phpt20 $in = range(0,10);
H A Dbug55157_variation.phpt8 $nums = range(0, 3);
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_error001.phpt2 file_get_contents() test using offset parameter out of range
/php-src/Zend/Optimizer/
H A Dzend_dump.c388 zend_dump_range(&ssa->var_info[ssa_var_num].range); in zend_dump_ssa_var()
402 if (r->range.underflow && r->range.overflow) { in zend_dump_range_constraint()
410 if (r->range.underflow) { in zend_dump_range_constraint()
415 if (r->range.min > 0) { in zend_dump_range_constraint()
416 fprintf(stderr, " + " ZEND_LONG_FMT, r->range.min); in zend_dump_range_constraint()
417 } else if (r->range.min < 0) { in zend_dump_range_constraint()
425 if (r->range.overflow) { in zend_dump_range_constraint()
430 if (r->range.max > 0) { in zend_dump_range_constraint()
432 } else if (r->range.max < 0) { in zend_dump_range_constraint()
437 fprintf(stderr, ZEND_LONG_FMT "]", r->range.max); in zend_dump_range_constraint()
[all …]
/php-src/ext/opcache/tests/
H A Dbug75969.phpt2 Bug #75969: Assertion failure in live range DCE due to block pass misoptimization
/php-src/ext/mbstring/tests/
H A Dsjis2004_encoding.phpt48 array_fill_keys(range(0x81, 0x9F), 2) + array_fill_keys(range(0xE0, 0xFC), 2));
56 findInvalidChars($fromUnicode, $invalidChars, $unused, array_fill_keys(range(0, 0xFF), 2));
/php-src/ext/gd/tests/
H A Dcolorclosest.phpt85 imagecolorsforindex(): Argument #2 ($color) is out of range
108 imagecolorsforindex(): Argument #2 ($color) is out of range
H A Dimagecolordeallocate_error3.phpt2 Testing imagecolordeallocate() of GD library with Out of range integers (Above)
H A Dimagecolordeallocate_error4.phpt2 Testing imagecolordeallocate() of GD library with Out of range integers (Below)
/php-src/ext/standard/tests/strings/
H A Dltrim.phpt29 …var_dump ( ltrim("ABCXYZltrim test", "A..Z") ); /* with characters range as second…
30 …var_dump ( ltrim("0123456789ltrim test", "0..9") ); /* with numbers range as second Ar…
/php-src/ext/sodium/tests/
H A Dbug78516.phpt2 Bug #78516 (password_hash(): Memory cost is not in allowed range)
/php-src/ext/date/tests/
H A Dbug46874.phpt13 // this should repeat the same range
/php-src/ext/filter/tests/
H A D060.phpt2 filter_var() - tests for the range options of filter FILTER_VALIDATE_FLOAT
/php-src/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 …

Completed in 24 milliseconds

12345678910>>...13