Home
last modified time | relevance | path

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

/PHP-5.6/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 Dattr.c67 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 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.c1400 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
/PHP-5.6/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.6/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()
1136 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in SPL_METHOD()
1163 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC);\
1258 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in FileInfoFunction()
1306 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in SPL_METHOD()
1353 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling TSRMLS_CC); in SPL_METHOD()
1389 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling TSRMLS_CC); in SPL_METHOD()
2297 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in SPL_METHOD()
[all …]
H A Dspl_iterators.c472 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling TSRMLS_CC); in spl_recursive_it_it_construct()
486 … zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling TSRMLS_CC); in spl_recursive_it_it_construct()
518 … zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling TSRMLS_CC); in spl_recursive_it_it_construct()
1064 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling TSRMLS_CC); in spl_recursive_tree_iterator_get_entry()
1458 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling TSRMLS_CC); in spl_dual_it_construct()
1523 … zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling TSRMLS_CC); in spl_dual_it_construct()
H A Dspl_observer.c1015 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling TSRMLS_CC); in SPL_METHOD()
H A Dspl_array.c1222 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling TSRMLS_CC); in SPL_METHOD()
/PHP-5.6/Zend/
H A Dzend.h855 EH_THROW enumerator
H A Dzend_API.c4043 EG(exception_class) = error_handling == EH_THROW ? exception_class : NULL; in zend_replace_error_handling()
4050 EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL; in zend_restore_error_handling()
/PHP-5.6/ext/date/
H A Dphp_date.c2754 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); in PHP_METHOD()
2772 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); in PHP_METHOD()
3740 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); in PHP_METHOD()
4177 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); in PHP_METHOD()
4430 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); in PHP_METHOD()
/PHP-5.6/ext/sqlite3/
H A Dsqlite3.c110 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC);
1675 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC);
/PHP-5.6/main/
H A Dmain.c1101 if (EG(error_handling) == EH_THROW && !EG(exception)) { in php_error_cb()
/PHP-5.6/ext/snmp/
H A Dsnmp.c1821 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); in PHP_METHOD()
/PHP-5.6/ext/simplexml/
H A Dsimplexml.c2260 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); in SXE_METHOD()

Completed in 115 milliseconds