We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 var_dump($rao=assert_options(ASSERT_BAIL, 1)); var_dump($r2=assert(0 != 0));
Resulted in this output:
/php-src/Zend/zend_exceptions.c:1015: zend_throw_unwind_exit: Assertion `!(((zend_executor_globals *) (((char*) _tsrm_ls_cache)+(executor_globals_offset)))->exception)' failed. Aborted (core dumped)
To reproduce:
-d "assert.callback=f1" -d "assert.exception=0"
PHP 8.4.0-dev
ubuntu 22.04
The text was updated successfully, but these errors were encountered:
Fix exception in assert() callback with bail enabled
cbbf3bc
Fixes phpGH-16293
fdda139
1da7dd5
3b70c5c
a4aa338
b5c09b1
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: