Home
last modified time | relevance | path

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

12345678910>>...13

/php-src/ext/random/tests/03_randomizer/methods/
H A DgetFloat.phpt31 // Basic range test.
36 die("failure: out of range at {$i}");
/php-src/Zend/tests/
H A Dtemporary_cleaning_010.phpt2 Live range & throw from finally
H A Dbug69756.phpt5 $arr = range(1, 2);
H A Dtemporary_cleaning_011.phpt2 Live range & lists
H A Dfe_fetch_op2_live_range.phpt2 FE_FETCH op2 is a def and needs special live range handling
/php-src/ext/random/tests/03_randomizer/
H A Dengine_unsafe_nul.phpt41 var_dump(randomizer()->shuffleArray(range(1, 123)));
47 var_dump(randomizer()->pickArrayKeys(range(1, 123), 1));
53 var_dump(randomizer()->pickArrayKeys(range(1, 123), 10));
/php-src/Zend/tests/try/
H A Dtry_finally_021.phpt2 Live range & return from finally
/php-src/ext/spl/tests/
H A Dfixedarray_014.phpt15 Index invalid or out of range
H A Dbug71735.phpt13 SplDoublyLinkedList::offsetSet(): Argument #1 ($index) is out of range
H A Dheap_005.phpt5 $input = range(1,100);
H A Dheap_006.phpt5 $input = range(1,100);
/php-src/ext/standard/tests/streams/
H A Dstream_get_contents_001.phpt2 stream_get_contents() - Testing offset out of range
/php-src/ext/opcache/tests/
H A Dneg_range_inference.phpt2 Incorrect negative range inference
H A Dassign_static_prop_ref_result.phpt2 ASSIGN_STATIC_PROP_REF result should have live range
/php-src/ext/posix/tests/
H A Dposix_getsid_error.phpt4 cases: no params, wrong param, wrong param range
/php-src/ext/standard/tests/strings/
H A Dexplode_variation7.phpt9 var_dump(count(explode('|', implode('|', range(1,65)), -1)));
H A Dltrim_basic.phpt22 echo "\n-- Trim some non-white space characters from a string suing a character range --\n";
42 -- Trim some non-white space characters from a string suing a character range --
H A Drtrim_basic.phpt24 echo "\n-- Trim some non-white space characters from a string using a character range --\n";
43 -- Trim some non-white space characters from a string using a character range --
/php-src/ext/standard/tests/array/
H A Dbug74361_2.phpt6 $array = range(0, 15);
H A Dbug48224.phpt5 $a = range(0, 100);
/php-src/ext/opcache/tests/match/
H A D001.phpt24 foreach (range('a', 'i') as $char) {
34 0000 INIT_FCALL 2 %d string("range")
/php-src/Zend/tests/generators/
H A Dgc_order.phpt8 throw new Exception; // Just to create a live range
/php-src/ext/intl/tests/
H A Dbug74264.phpt7 foreach (range(-5, -1) as $offset) {
H A Dbug50590.phpt2 Bug #50590 (IntlDateFormatter::parse result is limited to the integer range)
/php-src/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

Completed in 24 milliseconds

12345678910>>...13