Home
last modified time | relevance | path

Searched refs:range (Results 176 – 200 of 312) sorted by relevance

12345678910>>...13

/php-src/ext/gmp/tests/
H A Dgmp_random_bits.phpt23 // 0.5 seconds to make sure the numbers stay in range
/php-src/ext/date/tests/
H A Dbug73460-001.phpt7 foreach (range(1, 20) as $i) {
/php-src/ext/random/tests/03_randomizer/
H A Dcompatibility_array_rand.phpt10 $list = range(1, 10);
/php-src/ext/intl/tests/
H A Dbug62915-2.phpt26 foreach (range('A', 'D') as $subclass) {
/php-src/tests/lang/operators/
H A Doperator_gt_variation.phpt2 Test > operator : max int 32bit range
H A Doperator_lt_variation.phpt2 Test < operator : max int 32bit range
H A Doperator_gt_variation_64bit.phpt2 Test > operator : max int 64bit range
H A Doperator_lt_variation_64bit.phpt2 Test < operator : max int 64bit range
H A Doperator_gt_or_equal_variation_64bit.phpt2 Test >= operator : max int 64bit range
H A Doperator_lt_or_equal_variation.phpt2 Test <= operator : max int 32bit range
H A Doperator_lt_or_equal_variation_64bit.phpt2 Test <= operator : max int 64bit range
H A Doperator_equals_variation.phpt2 Test == operator : max int 32bit range
/php-src/ext/spl/tests/
H A Ddit_006.phpt47 Seek position %d is out of range
H A Ddllist_006.phpt59 Exception: SplDoublyLinkedList::offsetGet(): Argument #1 ($index) is out of range
H A Ddllist_013.phpt43 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) is out of range
/php-src/ext/calendar/tests/
H A Djdtojewish.phpt45 Year out of range (0-9999)
/php-src/ext/com_dotnet/tests/
H A Dgh8750a.phpt9 // explicit variant_cast() to int is supported if in range
/php-src/ext/mbstring/tests/
H A Dsjis_encoding.phpt75 array_fill_keys(range(0x81, 0x9F), 2) + array_fill_keys(range(0xE0, 0xEF), 2));
83 findInvalidChars($fromUnicode, $invalidChars, $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));
/php-src/Zend/Optimizer/
H A Dzend_ssa.h43 zend_ssa_range range; /* simple range constraint */ member
57 zend_ssa_range_constraint range; member
131 zend_ssa_range range; member
/php-src/sapi/phpdbg/tests/
H A Dbug73927.phpt36 foreach (range(1, 1000) as $val) {
/php-src/Zend/tests/generators/
H A Dyield_from_multi_tree.phpt7 foreach (range(0, 2 << $levels) as $v) {
16 foreach (range(0, 6) as $levels) {
H A Dyield_from_multi_tree_single_nodes.phpt7 foreach (range(0, 2 << $levels) as $v) {
16 foreach (range(0, 6) as $levels) {
/php-src/ext/zlib/tests/
H A Ddeflate_add_basic.phpt52 foreach (range("a", "z") as $c) {
/php-src/ext/standard/tests/array/
H A Dusort_variation11.phpt10 $range = array(2, 4, 8, 16, 32, 64, 128);
12 foreach ($range as $r) {
13 $backup = $array = range(0, $r);

Completed in 38 milliseconds

12345678910>>...13