Searched refs:zend_exception_error (Results 1 – 11 of 11) sorted by relevance
/php-src/Zend/ |
H A D | zend_exceptions.h | 73 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *exception, int severity);
|
H A D | zend_exceptions.c | 211 zend_exception_error(EG(exception), E_ERROR); in zend_throw_exception_internal() 215 zend_exception_error(EG(exception), E_ERROR); in zend_throw_exception_internal() 898 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error() function
|
H A D | zend.c | 1481 zend_exception_error(EG(exception), E_WARNING); in zend_error_zstr_at() 1941 ret = zend_exception_error(EG(exception), E_ERROR); in zend_execute_script()
|
H A D | zend_fibers.c | 795 zend_exception_error(EG(exception), E_ERROR); in zend_fiber_object_destroy()
|
H A D | zend_execute_API.c | 1398 result = zend_exception_error(EG(exception), E_ERROR); in zend_eval_stringl_ex()
|
/php-src/ext/standard/ |
H A D | assert.c | 234 zend_exception_error(EG(exception), E_ERROR); in PHP_FUNCTION() 244 zend_exception_error(EG(exception), E_WARNING); in PHP_FUNCTION()
|
/php-src/ext/zend_test/ |
H A D | fiber.c | 188 zend_exception_error(EG(exception), E_ERROR); in zend_test_fiber_object_destroy()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 510 zend_exception_error(EG(exception), E_ERROR); in PHPDBG_COMMAND() 571 zend_exception_error(EG(exception), E_ERROR); in phpdbg_compile() 972 zend_exception_error(EG(exception), E_ERROR); in PHPDBG_COMMAND()
|
/php-src/ext/readline/ |
H A D | readline_cli.c | 709 zend_exception_error(EG(exception), E_WARNING); in readline_shell_run()
|
/php-src/main/ |
H A D | main.c | 2595 zend_exception_error(EG(exception), E_ERROR); in php_execute_script_ex() 2729 zend_exception_error(EG(exception), E_ERROR); in php_lint_script()
|
/php-src/ext/opcache/ |
H A D | ZendAccelerator.c | 4401 ret = zend_exception_error(EG(exception), E_ERROR); 4411 zend_exception_error(EG(exception), E_ERROR);
|
Completed in 53 milliseconds