Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_exceptions.h53 ZEND_API void zend_exception_error(zval *exception, int severity TSRMLS_DC);
H A Dzend_exceptions.c95 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_throw_exception_internal()
783 ZEND_API void zend_exception_error(zval *exception, int severity TSRMLS_DC) /* {{{ */ in zend_exception_error() function
H A Dzend.c1012 zend_exception_error(EG(exception), E_WARNING TSRMLS_CC); in zend_error()
1280 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_execute_scripts()
1283 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_execute_scripts()
H A Dzend_execute_API.c1240 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_eval_stringl_ex()
1319 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in execute_new_code()
/PHP-5.3/sapi/cli/
H A Dphp_cli.c1177 zend_exception_error(EG(exception), E_WARNING TSRMLS_CC); in WinMain()

Completed in 18 milliseconds