Home
last modified time | relevance | path

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

12345678910

/PHP-7.3/ext/standard/tests/strings/
H A Dchop_variation5.phpt22 …var_dump ( chop("chop testABCXYZ", "A..Z") ); /* with characters range as second A…
23 …var_dump ( chop("chop test0123456789", "0..9") ); /* with numbers range as second Argu…
H A Dltrim_basic.phpt27 echo "\n-- Trim some non-white space characters from a string suing a character range --\n";
48 -- Trim some non-white space characters from a string suing a character range --
H A Drtrim_basic.phpt29 echo "\n-- Trim some non-white space characters from a string using a character range --\n";
49 -- Trim some non-white space characters from a string using a character range --
H A Dexplode_variation7.phpt14 var_dump(count(explode('|', implode(range(1,65),'|'), -1)));
H A Dconvert_cyr_string_basic.phpt20 echo "\n-- Now try some of characters in 128-255 range --\n";
36 -- Now try some of characters in 128-255 range --
/PHP-7.3/ext/spl/tests/
H A DSplDoublyLinkedList_offsetGet_param_string.phpt14 Fatal error: Uncaught OutOfRangeException: Offset invalid or out of range in %s
H A DSplDoublyLinkedList_offsetGet_param_array.phpt14 Fatal error: Uncaught OutOfRangeException: Offset invalid or out of range in %s
H A Dbug70561.phpt22 Seek position %d is out of range
H A Dheap_003.phpt20 $in = range(0,10);
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt23 Offset out of range
H A Dbug55157_variation.phpt8 $nums = range(0, 3);
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt23 Offset out of range
/PHP-7.3/tests/basic/
H A Dtimeout_variation_8.phpt14 foreach (range(0, 42) as $i) {
/PHP-7.3/ext/standard/tests/misc/
H A Dtime_nanosleep_error5.phpt14 Warning: time_nanosleep(): nanoseconds was not in the range 0 to 999 999 999 or seconds was negativ…
/PHP-7.3/ext/opcache/tests/
H A Dbug75969.phpt2 Bug #75969: Assertion failure in live range DCE due to block pass misoptimization
/PHP-7.3/ext/standard/tests/file/
H A Dfile_get_contents_error001.phpt2 file_get_contents() test using offset parameter out of range
/PHP-7.3/ext/date/tests/
H A Dbug46874.phpt13 // this should repeat the same range
H A Dbug48058.phpt2 Bug #48058 (Year formatter goes wrong with out-of-int range)
/PHP-7.3/Zend/tests/
H A Dtemporary_cleaning_009.phpt2 Live range & free on return
H A Dmemory_get_peak_usage.phpt19 $array = range(1,1024*1024);
H A Dbug73663.phpt6 $ref = range(1, 10);
/PHP-7.3/ext/gd/tests/
H A Dcolorclosest.phpt82 Warning: imagecolorsforindex(): Color index -1 out of range in %s on line %d
106 Warning: imagecolorsforindex(): Color index -1 out of range in %s on line %d
/PHP-7.3/ext/standard/tests/array/
H A Darray_shuffle_basic.phpt9 $numbers = range(1, 20);
34 $bigarray = range(1, 400);
/PHP-7.3/ext/mysqli/tests/
H A Dbug54674.phpt2 Bug #54674 mysqlnd valid_sjis_(head|tail) is using invalid operator and range.
/PHP-7.3/ext/posix/tests/
H A Dposix_getsid_error.phpt4 cases: no params, wrong param, wrong param range

Completed in 42 milliseconds

12345678910