Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_exceptions.h53 ZEND_API void zend_exception_error(zval *exception, int severity TSRMLS_DC);
H A Dzend.c1051 zend_exception_error(EG(exception), E_WARNING TSRMLS_CC); in zend_error()
1348 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_execute_scripts()
1351 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.c1231 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_eval_stringl_ex()
1309 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in execute_new_code()
/PHP-5.5/ext/readline/
H A Dreadline_cli.c688 zend_exception_error(EG(exception), E_WARNING TSRMLS_CC); in readline_shell_run()

Completed in 32 milliseconds