Lines Matching refs:step

10 echo "\n-- Testing ( (low < high) && (step = 0) ) --\n";
23 echo "\n\n-- Testing ( (low > high) && (step = 0) ) --\n";
36 echo "\n\n-- Testing ( (low < high) && (high-low < step) ) --\n";
43 echo "\n\n-- Testing ( (low > high) && (low-high < step) ) --\n";
50 echo "\n\n-- Testing ( (low < high) && (high-low < step) ) for characters --\n";
57 echo "\n\n-- Testing ( (low > high) && (low-high < step) ) for characters --\n";
86 foreach( $step_arr as $step ) {
88 var_dump( range( 1, 5, $step ) );
97 -- Testing ( (low < high) && (step = 0) ) --
98 range(): Argument #3 ($step) must not exceed the specified range
99 range(): Argument #3 ($step) must not exceed the specified range
102 -- Testing ( (low > high) && (step = 0) ) --
103 range(): Argument #3 ($step) must not exceed the specified range
104 range(): Argument #3 ($step) must not exceed the specified range
107 -- Testing ( (low < high) && (high-low < step) ) --
108 range(): Argument #3 ($step) must not exceed the specified range
111 -- Testing ( (low > high) && (low-high < step) ) --
112 range(): Argument #3 ($step) must not exceed the specified range
115 -- Testing ( (low < high) && (high-low < step) ) for characters --
116 range(): Argument #3 ($step) must not exceed the specified range
119 -- Testing ( (low > high) && (low-high < step) ) for characters --
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
130 Deprecated: range(): Passing null to parameter #3 ($step) of type int|float is deprecated in %s on …
131 range(): Argument #3 ($step) must not exceed the specified range
132 range(): Argument #3 ($step) must not exceed the specified range
133 range(): Argument #3 ($step) must be of type int|float, string given
134 range(): Argument #3 ($step) must be of type int|float, string given