@@ -87,33 +87,33 @@ foreach( $step_arr as $step ) {
87
87
*** Testing error conditions ***
88
88
89
89
-- Testing ( (low < high) && (step = 0) ) --
90
- step exceeds the specified range
91
- step exceeds the specified range
90
+ Step exceeds the specified range
91
+ Step exceeds the specified range
92
92
93
93
94
94
-- Testing ( (low > high) && (step = 0) ) --
95
- step exceeds the specified range
96
- step exceeds the specified range
95
+ Step exceeds the specified range
96
+ Step exceeds the specified range
97
97
98
98
99
99
-- Testing ( (low < high) && (high-low < step) ) --
100
- step exceeds the specified range
100
+ Step exceeds the specified range
101
101
102
102
103
103
-- Testing ( (low > high) && (low-high < step) ) --
104
- step exceeds the specified range
104
+ Step exceeds the specified range
105
105
106
106
-- Testing other conditions --
107
- step exceeds the specified range
107
+ Step exceeds the specified range
108
108
range() expects parameter 3 to be int or float, string given
109
- step exceeds the specified range
109
+ Step exceeds the specified range
110
110
111
111
Notice: A non well formed numeric value encountered in %s on line %d
112
- step exceeds the specified range
112
+ Step exceeds the specified range
113
113
114
114
-- Testing Invalid steps --
115
115
range() expects parameter 3 to be int or float, string given
116
- step exceeds the specified range
117
- step exceeds the specified range
116
+ Step exceeds the specified range
117
+ Step exceeds the specified range
118
118
range() expects parameter 3 to be int or float, string given
119
119
range() expects parameter 3 to be int or float, string given
0 commit comments