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
…ion failure
The assertion is imprecise now, and the code assumed that from the
moment an internal class was encountered that there were only internal
classes remaining. This is wrong now, and we still have to continue if
we encounter an internal class. We can only skip the remaining iterations
if the entry in the hash table is not an alias.
…ion failure
The assertion is imprecise now, and the code assumed that from the
moment an internal class was encountered that there were only internal
classes remaining. This is wrong now, and we still have to continue if
we encounter an internal class. We can only skip the remaining iterations
if the entry in the hash table is not an alias.
Uh oh!
There was an error while loading. Please reload this page.
Description
The following code:
preload.php:
Resulted in this output:
When invoked with:
php -d opcache.enable=1 -d opcache.enable_cli=1 -d "zend_extension=opcache.so" -d opcache.preload=/var/www/html/preload.php -v
But I expected this output instead:
PHP Version
PHP @ 8da9530
Operating System
No response
The text was updated successfully, but these errors were encountered: