File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
ext/standard/tests/general_functions Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -109,28 +109,18 @@ int(12345)
109
109
int(-2345)
110
110
111
111
--float 10.5--
112
-
113
- Deprecated: Implicit conversion to int from non-compatible float 10.500000 in %s on line %d
114
112
int(10)
115
113
116
114
--float -10.5--
117
-
118
- Deprecated: Implicit conversion to int from non-compatible float -10.500000 in %s on line %d
119
115
int(-10)
120
116
121
117
--float 12.3456789e5--
122
-
123
- Deprecated: Implicit conversion to int from non-compatible float 1234567.890000 in %s on line %d
124
118
int(1234567)
125
119
126
120
--float -12.3456789e5--
127
-
128
- Deprecated: Implicit conversion to int from non-compatible float -1234567.890000 in %s on line %d
129
121
int(-1234567)
130
122
131
123
--float .5--
132
-
133
- Deprecated: Implicit conversion to int from non-compatible float 0.500000 in %s on line %d
134
124
int(0)
135
125
136
126
--empty array--
You can’t perform that action at this time.
0 commit comments