Home
last modified time | relevance | path

Searched refs:zend_exception_error (Results 1 – 5 of 5) sorted by relevance

/PHP-5.4/Zend/
H A Dzend_exceptions.h53 ZEND_API void zend_exception_error(zval *exception, int severity TSRMLS_DC);
H A Dzend.c1053 zend_exception_error(EG(exception), E_WARNING TSRMLS_CC); in zend_error()
1350 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_execute_scripts()
1353 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_execute_scripts()
H A Dzend_exceptions.c110 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_throw_exception_internal()
885 ZEND_API void zend_exception_error(zval *exception, int severity TSRMLS_DC) /* {{{ */ in zend_exception_error() function
H A Dzend_execute_API.c1254 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_eval_stringl_ex()
1332 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in execute_new_code()
/PHP-5.4/ext/readline/
H A Dreadline_cli.c688 zend_exception_error(EG(exception), E_WARNING TSRMLS_CC); in readline_shell_run()

Completed in 20 milliseconds