Skip to content

Commit c66fd72

Browse files
committed
Fix deprecated float to int tests
Missed those as they are not present on the 8.0 branch
1 parent 4939d2c commit c66fd72

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Zend/tests/float_to_int/warning_float_does_not_fit_zend_long_strings.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,8 @@ Float variable
8787
Warning: String offset cast occurred in %s on line %d
8888
string(1) "H"
8989
Float casted to string compile
90-
91-
Warning: Uninitialized string offset 9223372036854775807 in %s on line %d
9290
TypeError
9391
Float string variable
94-
95-
Warning: Uninitialized string offset 9223372036854775807 in %s on line %d
9692
TypeError
9793
Attempt to assign
9894
Float

Zend/tests/float_to_int/warning_float_does_not_fit_zend_long_strings_32bit.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,8 @@ Float variable
8787
Warning: String offset cast occurred in %s on line %d
8888
string(1) "H"
8989
Float casted to string compile
90-
91-
Warning: Uninitialized string offset 2147483647 in %s on line %d
9290
TypeError
9391
Float string variable
94-
95-
Warning: Uninitialized string offset 2147483647 in %s on line %d
9692
TypeError
9793
Attempt to assign
9894
Float

0 commit comments

Comments
 (0)