Lines Matching refs:step
10 echo "\n-- Testing ( (low < high) && (step = 0) ) --";
14 echo "\n\n-- Testing ( (low > high) && (step = 0) ) --";
18 echo "\n\n-- Testing ( (low < high) && (high-low < step) ) --";
21 echo "\n\n-- Testing ( (low > high) && (low-high < step) ) --";
34 foreach( $step_arr as $step ) {
35 var_dump( range( 1, 5, $step ) );
43 -- Testing ( (low < high) && (step = 0) ) --
44 Warning: range(): step exceeds the specified range in %s on line %d
47 Warning: range(): step exceeds the specified range in %s on line %d
51 -- Testing ( (low > high) && (step = 0) ) --
52 Warning: range(): step exceeds the specified range in %s on line %d
55 Warning: range(): step exceeds the specified range in %s on line %d
59 -- Testing ( (low < high) && (high-low < step) ) --
60 Warning: range(): step exceeds the specified range in %s on line %d
64 -- Testing ( (low > high) && (low-high < step) ) --
65 Warning: range(): step exceeds the specified range in %s on line %d
78 Warning: range(): step exceeds the specified range in %s on line %d
81 Warning: range(): step exceeds the specified range in %s on line %d
85 Warning: range(): step exceeds the specified range in %s on line %d
88 Warning: range(): step exceeds the specified range in %s on line %d
91 Warning: range(): step exceeds the specified range in %s on line %d
94 Warning: range(): step exceeds the specified range in %s on line %d
97 Warning: range(): step exceeds the specified range in %s on line %d