Skip to content

Commit 3f9c196

Browse files
committed
Fix new test for 32 bit
1 parent 154229b commit 3f9c196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/type_coercion/float_to_int/non-rep-float-as-int-extra1.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ var_dump($b | 1);
1616
--EXPECTF--
1717
non-representable float-string 1.0E+4%d was cast to int
1818
Implicit conversion from float-string "1.0E+4%d" to int loses precision
19-
int(9223372036854775807)
19+
int(%d)

0 commit comments

Comments
 (0)