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
the code below crashes the opcache I have.
This code only crashes with binaries from this repository and cannot be reproduced with the binaries provided by the official (php.net).
Anyway, it has no effect on pmmp, so I think you can safely ignore it
<?phpnamespacetranslator;
class Parameter extends \translator\NormalParameter{
}
A zip containing the code to reproduce this test.zip
Resulted in this output:
executed!
string(64) "C:\Users\Owner\Downloads\php\test/translator\NormalParameter.php"
string(58) "C:\Users\Owner\Downloads\php\test/translator\Parameter.php"
Process finished with exit code -1073741819 (0xC0000005)
But I expected this output instead:
executed!
string(64) "C:\Users\Owner\Downloads\php\test/translator\NormalParameter.php"
string(58) "C:\Users\Owner\Downloads\php\test/translator\Parameter.php"
Fatal error: Uncaught Error: Class "translator\NormalParameter" not found in C:\Users\Owner\Downloads\php\test\translator\Parameter.php:5
Stack trace:
#0 C:\Users\Owner\Downloads\php\test\main.php(10): require()
#1 C:\Users\Owner\Downloads\php\test\translator\NormalParameter.php(8): {closure}('translator\\Para...')
#2 C:\Users\Owner\Downloads\php\test\main.php(10): require('C:\\Users\\Owner\\...')
#3 C:\Users\Owner\Downloads\php\test\main.php(15): {closure}('translator\\Norm...')
#4 {main}
thrown in C:\Users\Owner\Downloads\php\test\translator\Parameter.php on line 5
Process finished with exit code 255
The text was updated successfully, but these errors were encountered:
the code below crashes the opcache I have.
This code only crashes with binaries from this repository and cannot be reproduced with the binaries provided by the official (php.net).
Anyway, it has no effect on pmmp, so I think you can safely ignore it
The following code:
A zip containing the code to reproduce this
test.zip
Resulted in this output:
But I expected this output instead:
The text was updated successfully, but these errors were encountered: