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
In the above version of PHP using OPcache version 7.0.3FE The value doesn't seem to move on from the first failed case, so the second equality is not evaluated. The error doesn't occur with user-defined constants or variables.
I can post my opcache ini settings if it helps.
The text was updated successfully, but these errors were encountered:
In the above version of PHP using OPcache version 7.0.3FE The value
doesn't seem to fall through from the first break, so the second equality
is not evaluated. The error doesn't occur with user-defined constants or
variables.
I can post my opcache ini settings if it helps.
—
Reply to this email directly or view it on GitHub #198.
This odd switch error seems to affect the testing of pre-defined constants when the statement has multiple cases to one break.
In the above version of PHP using OPcache version 7.0.3FE The value doesn't seem to move on from the first failed case, so the second equality is not evaluated. The error doesn't occur with user-defined constants or variables.
I can post my opcache ini settings if it helps.
The text was updated successfully, but these errors were encountered: