Fix deprecated float to int tests

Missed those as they are not present on the 8.0 branch
This commit is contained in:
George Peter Banyard 2021-06-18 19:14:22 +01:00
parent 4939d2cec1
commit c66fd72dbb
No known key found for this signature in database
GPG key ID: D49A095D7329F6DC
2 changed files with 0 additions and 8 deletions

View file

@ -87,12 +87,8 @@ Float variable
Warning: String offset cast occurred in %s on line %d
string(1) "H"
Float casted to string compile
Warning: Uninitialized string offset 9223372036854775807 in %s on line %d
TypeError
Float string variable
Warning: Uninitialized string offset 9223372036854775807 in %s on line %d
TypeError
Attempt to assign
Float

View file

@ -87,12 +87,8 @@ Float variable
Warning: String offset cast occurred in %s on line %d
string(1) "H"
Float casted to string compile
Warning: Uninitialized string offset 2147483647 in %s on line %d
TypeError
Float string variable
Warning: Uninitialized string offset 2147483647 in %s on line %d
TypeError
Attempt to assign
Float