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 namespace test\ns1; var_dump(str_replace("\0", '\0', $data));
Resulted in this output (JIT 1211):
/php-src/Zend/zend_API.c:501: _Bool zend_null_arg_deprecated(const char *, uint32_t): Assertion `func->common.fn_flags & (1 << 14)' failed. Aborted (core dumped)
#16405
nightly
ubuntu 22.04
The text was updated successfully, but these errors were encountered:
Duplicate of #15981
Sorry, something went wrong.
No branches or pull requests
Description
The following code:
Resulted in this output (JIT 1211):
#16405
PHP Version
nightly
Operating System
ubuntu 22.04
The text was updated successfully, but these errors were encountered: