mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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
|
Warning: String offset cast occurred in %s on line %d
|
||||||
string(1) "H"
|
string(1) "H"
|
||||||
Float casted to string compile
|
Float casted to string compile
|
||||||
|
|
||||||
Warning: Uninitialized string offset 9223372036854775807 in %s on line %d
|
|
||||||
TypeError
|
TypeError
|
||||||
Float string variable
|
Float string variable
|
||||||
|
|
||||||
Warning: Uninitialized string offset 9223372036854775807 in %s on line %d
|
|
||||||
TypeError
|
TypeError
|
||||||
Attempt to assign
|
Attempt to assign
|
||||||
Float
|
Float
|
||||||
|
|
|
@ -87,12 +87,8 @@ Float variable
|
||||||
Warning: String offset cast occurred in %s on line %d
|
Warning: String offset cast occurred in %s on line %d
|
||||||
string(1) "H"
|
string(1) "H"
|
||||||
Float casted to string compile
|
Float casted to string compile
|
||||||
|
|
||||||
Warning: Uninitialized string offset 2147483647 in %s on line %d
|
|
||||||
TypeError
|
TypeError
|
||||||
Float string variable
|
Float string variable
|
||||||
|
|
||||||
Warning: Uninitialized string offset 2147483647 in %s on line %d
|
|
||||||
TypeError
|
TypeError
|
||||||
Attempt to assign
|
Attempt to assign
|
||||||
Float
|
Float
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue