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
On the first iteration, $obj->b evaluates to int(1), but on the second one an exception is thrown.
The loop is JIT'ed and a type guard is emitted after fetching $obj->b (here). When the guard fails we side-exit before checking EG(exception) (here), so the assertion ZEND_ASSERT(!EG(exception)) fails in ZEND_SEND_VAL_SPEC_TMPVAR_UNUSED_HANDLER:
Description
The following code:
Resulted in this output:
To reproduce:
Commit:
Configurations:
Operating System:
This report is automatically generated by FlowFusion
PHP Version
ac9392b
Operating System
No response
The text was updated successfully, but these errors were encountered: