You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isset():
bool(false)
empty():
bool(true)
Coalesce():
Warning: Object of class stdClass could not be converted to int in %s on line %d
Cannot access offset of type stdClass on string
But I expected this output instead:
isset():
bool(false)
empty():
bool(true)
Coalesce():
Cannot access offset of type stdClass on string
Description
The following code:
Resulted in this output:
But I expected this output instead:
Related to #12723
PHP Version
PHP 8.2-dev
Operating System
No response
The text was updated successfully, but these errors were encountered: