mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
Fix deprecated float to int tests
Missed those as they are not present on the 8.0 branch
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user