Home
last modified time | relevance | path

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

1234567891011

/PHP-8.1/ext/intl/tests/
H A Dbug50590.phpt2 Bug #50590 (IntlDateFormatter::parse result is limited to the integer range)
/PHP-8.1/ext/opcache/tests/
H A Dassign_static_prop_ref_result.phpt2 ASSIGN_STATIC_PROP_REF result should have live range
H A Dbug75969.phpt2 Bug #75969: Assertion failure in live range DCE due to block pass misoptimization
/PHP-8.1/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt41 printf("Codepoint range: %04x-%04x\n", IntlChar::CODEPOINT_MIN, IntlChar::CODEPOINT_MAX);
46 echo "Sample range of codepoints: U+2600-U+260F\n";
54 Codepoint range: 0000-10ffff
139 Sample range of codepoints: U+2600-U+260F
/PHP-8.1/ext/standard/tests/array/
H A Dbug48224.phpt5 $a = range(0, 100);
/PHP-8.1/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 colesce 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
/PHP-8.1/ext/opcache/tests/jit/
H A Dfetch_dim_func_args_001.phpt22 $a->change($a = array("a" => range(1, 5)));
/PHP-8.1/ext/standard/tests/file/
H A Dfile_get_contents_error001.phpt2 file_get_contents() test using offset parameter out of range
/PHP-8.1/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);
/PHP-8.1/ext/opcache/tests/match/
H A D004.phpt28 foreach (range(0, 6) as $number) {
39 0000 INIT_FCALL 2 %d string("range")
/PHP-8.1/Zend/Optimizer/
H A Dzend_dump.c370 zend_dump_range(&ssa->var_info[ssa_var_num].range); in zend_dump_ssa_var()
384 if (r->range.underflow && r->range.overflow) { in zend_dump_range_constraint()
392 if (r->range.underflow) { in zend_dump_range_constraint()
397 if (r->range.min > 0) { in zend_dump_range_constraint()
398 fprintf(stderr, " + " ZEND_LONG_FMT, r->range.min); in zend_dump_range_constraint()
399 } else if (r->range.min < 0) { in zend_dump_range_constraint()
407 if (r->range.overflow) { in zend_dump_range_constraint()
412 if (r->range.max > 0) { in zend_dump_range_constraint()
414 } else if (r->range.max < 0) { in zend_dump_range_constraint()
419 fprintf(stderr, ZEND_LONG_FMT "]", r->range.max); in zend_dump_range_constraint()
[all …]
/PHP-8.1/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-8.1/ext/gd/tests/
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)
H A Dcolorclosest.phpt85 imagecolorsforindex(): Argument #2 ($color) is out of range
108 imagecolorsforindex(): Argument #2 ($color) is out of range
/PHP-8.1/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-8.1/ext/sodium/tests/
H A Dbug78516.phpt2 Bug #78516 (password_hash(): Memory cost is not in allowed range)
/PHP-8.1/ext/date/tests/
H A Dbug46874.phpt13 // this should repeat the same range

Completed in 38 milliseconds

1234567891011