Home
last modified time | relevance | path

Searched refs:EH_THROW (Results 1 – 23 of 23) sorted by relevance

/PHP-5.5/ext/dom/
H A Dcdatasection.c60 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Dcomment.c60 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Dentityreference.c59 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Ddocumentfragment.c61 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Dprocessinginstruction.c61 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Dtext.c75 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Dattr.c67 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Dxpath.c280 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Delement.c167 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
H A Ddocument.c1461 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt2 user defined error handler + set_error_handling(EH_THROW)
H A Dbug44295.phpt2 user defined error handler + set_error_handling(EH_THROW)
/PHP-5.5/ext/spl/
H A Dspl_directory.c445 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in spl_filesystem_object_create_info()
474 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in spl_filesystem_object_create_type()
690 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling TSRMLS_CC); in spl_filesystem_object_construct()
1135 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in SPL_METHOD()
1162 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC);\
1257 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in FileInfoFunction()
1305 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in SPL_METHOD()
1352 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling TSRMLS_CC); in SPL_METHOD()
1388 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling TSRMLS_CC); in SPL_METHOD()
2292 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in SPL_METHOD()
[all …]
H A Dspl_observer.c999 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling TSRMLS_CC); in SPL_METHOD()
H A Dspl_iterators.c454 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling TSRMLS_CC); in spl_recursive_it_it_construct()
1020 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling TSRMLS_CC); in spl_recursive_tree_iterator_get_entry()
1386 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling TSRMLS_CC); in spl_dual_it_construct()
H A Dspl_array.c1207 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling TSRMLS_CC); in SPL_METHOD()
/PHP-5.5/Zend/
H A Dzend.h846 EH_THROW enumerator
H A Dzend_API.c3964 EG(exception_class) = error_handling == EH_THROW ? exception_class : NULL; in zend_replace_error_handling()
3971 EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL; in zend_restore_error_handling()
/PHP-5.5/ext/date/
H A Dphp_date.c2753 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); in PHP_METHOD()
2771 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); in PHP_METHOD()
3705 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); in PHP_METHOD()
4142 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); in PHP_METHOD()
4391 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); in PHP_METHOD()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c104 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC);
1626 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC);
/PHP-5.5/main/
H A Dmain.c1018 if (EG(error_handling) == EH_THROW && !EG(exception)) { in php_error_cb()
/PHP-5.5/ext/snmp/
H A Dsnmp.c1823 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); in PHP_METHOD()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c2247 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); in SXE_METHOD()

Completed in 204 milliseconds