mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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:
parent
4939d2cec1
commit
c66fd72dbb
2 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue