Lines Matching refs:range
2 Test range() function (errors)
12 var_dump( range(1, 2, 0) );
18 var_dump( range("a", "b", 0) );
25 var_dump( range(2, 1, 0) );
31 var_dump( range("b", "a", 0) );
38 var_dump( range(1.0, 7.0, 6.5) );
45 var_dump( range(7.0, 1.0, 6.5) );
52 var_dump(range('a', 'z', 100));
59 var_dump(range('z', 'a', 100));
66 var_dump( range(-1, -2, 2) );
72 var_dump( range("a", "j", "z") );
78 var_dump( range(0, 1, "140962482048819216326.24") );
88 var_dump( range( 1, 5, $step ) );
98 range(): Argument #3 ($step) must not exceed the specified range
99 range(): Argument #3 ($step) must not exceed the specified range
103 range(): Argument #3 ($step) must not exceed the specified range
104 range(): Argument #3 ($step) must not exceed the specified range
108 range(): Argument #3 ($step) must not exceed the specified range
112 range(): Argument #3 ($step) must not exceed the specified range
116 range(): Argument #3 ($step) must not exceed the specified range
120 range(): Argument #3 ($step) must not exceed the specified range
123 range(): Argument #3 ($step) must not exceed the specified range
124 range(): Argument #3 ($step) must be of type int|float, string given
125 range(): Argument #3 ($step) must not exceed the specified range
128 range(): Argument #3 ($step) must be of type int|float, string given
129 range(): Argument #3 ($step) must not exceed the specified range
130 range(): Argument #3 ($step) must not exceed the specified range
131 range(): Argument #3 ($step) must be of type int|float, string given
132 range(): Argument #3 ($step) must be of type int|float, string given