We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code:
<?php function foo() { for(;x;)for(;$fusion=1;); }
Resulted in this output:
/php-src/ext/opcache/jit/ir/ir_cfg.c:681: ir_build_dominators_tree: Assertion `blocks[idom].idom > 0' failed. Aborted (core dumped)
To reproduce:
-d "zend_extension=/php-src/modules/opcache.so" -d "opcache.enable_cli=1" -d "opcache.jit=1001"
PHP 8.4.0-dev
ubuntu 22.04
The text was updated successfully, but these errors were encountered:
This doesn't reproduce for me. @dstogov Is the assertion enough for you to be useful?
Sorry, something went wrong.
It's reproducible. I'll take care.
Add test for GH-15909 (fixed by previous IR update)
36dfe63
No branches or pull requests
Description
The following code:
Resulted in this output:
To reproduce:
PHP Version
PHP 8.4.0-dev
Operating System
ubuntu 22.04
The text was updated successfully, but these errors were encountered: