Home
last modified time | relevance | path

Searched refs:error_handling (Results 1 – 25 of 25) sorted by relevance

/PHP-5.6/ext/dom/
H A Dcdatasection.c58 zend_error_handling error_handling; in PHP_METHOD() local
60 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
62 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
66 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
H A Dcomment.c58 zend_error_handling error_handling; in PHP_METHOD() local
60 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
62 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
66 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
H A Dentityreference.c57 zend_error_handling error_handling; in PHP_METHOD() local
59 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
61 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
65 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
H A Ddocumentfragment.c59 zend_error_handling error_handling; in PHP_METHOD() local
61 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
63 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
67 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
H A Dprocessinginstruction.c59 zend_error_handling error_handling; in PHP_METHOD() local
61 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
63 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
67 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
H A Dattr.c65 zend_error_handling error_handling; in PHP_METHOD() local
67 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
69 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
73 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
H A Dtext.c73 zend_error_handling error_handling; in PHP_METHOD() local
75 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
77 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
81 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
H A Dxpath.c278 zend_error_handling error_handling; in PHP_METHOD() local
280 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
282 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
286 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
H A Delement.c165 zend_error_handling error_handling; in PHP_METHOD() local
167 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
169 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
172 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
H A Ddocument.c1398 zend_error_handling error_handling; in PHP_METHOD() local
1400 zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); in PHP_METHOD()
1402 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
1406 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
/PHP-5.6/ext/spl/
H A Dspl_directory.c427 zend_error_handling error_handling; in spl_filesystem_object_create_info() local
472 zend_error_handling error_handling; in spl_filesystem_object_create_type() local
688 zend_error_handling error_handling; in spl_filesystem_object_construct() local
1134 zend_error_handling error_handling; in SPL_METHOD() local
1252 zend_error_handling error_handling; in FileInfoFunction() local
1300 zend_error_handling error_handling; in SPL_METHOD() local
1351 zend_error_handling error_handling; in SPL_METHOD() local
1369 zend_error_handling error_handling; in SPL_METHOD() local
1387 zend_error_handling error_handling; in SPL_METHOD() local
1405 zend_error_handling error_handling; in SPL_METHOD() local
[all …]
H A Dspl_iterators.c470 zend_error_handling error_handling; in spl_recursive_it_it_construct() local
484 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_recursive_it_it_construct()
516 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_recursive_it_it_construct()
532 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_recursive_it_it_construct()
582 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_recursive_it_it_construct()
1060 zend_error_handling error_handling; in spl_recursive_tree_iterator_get_entry() local
1074 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_recursive_tree_iterator_get_entry()
1449 zend_error_handling error_handling; in spl_dual_it_construct() local
1466 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_dual_it_construct()
1547 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_dual_it_construct()
[all …]
H A Dspl_observer.c1013 zend_error_handling error_handling; in SPL_METHOD() local
1015 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling TSRMLS_CC); in SPL_METHOD()
1018 zend_restore_error_handling(&error_handling TSRMLS_CC); in SPL_METHOD()
1024 zend_restore_error_handling(&error_handling TSRMLS_CC); in SPL_METHOD()
H A Dspl_array.c1216 zend_error_handling error_handling; in SPL_METHOD() local
1222 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling TSRMLS_CC); in SPL_METHOD()
1227 zend_restore_error_handling(&error_handling TSRMLS_CC); in SPL_METHOD()
1239 zend_restore_error_handling(&error_handling TSRMLS_CC); in SPL_METHOD()
/PHP-5.6/main/
H A Dphp.h296 static inline ZEND_ATTRIBUTE_DEPRECATED void php_set_error_handling(error_handling_t error_handling in BEGIN_EXTERN_C()
298 zend_replace_error_handling(error_handling, exception_class, NULL TSRMLS_CC); in BEGIN_EXTERN_C()
H A Dmain.c1079 if (EG(error_handling) != EH_NORMAL) { in php_error_cb()
1101 if (EG(error_handling) == EH_THROW && !EG(exception)) { in php_error_cb()
2188 EG(error_handling) = EH_NORMAL; in php_module_startup()
/PHP-5.6/Zend/
H A Dzend_globals.h235 zend_error_handling_t error_handling; member
H A Dzend_API.c4024 current->handling = EG(error_handling); in zend_save_error_handling()
4033 ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *e… in zend_replace_error_handling() argument
4037 if (error_handling != EH_NORMAL && EG(user_error_handler)) { in zend_replace_error_handling()
4042 EG(error_handling) = error_handling; in zend_replace_error_handling()
4043 EG(exception_class) = error_handling == EH_THROW ? exception_class : NULL; in zend_replace_error_handling()
4049 EG(error_handling) = saved->handling; in zend_restore_error_handling()
H A Dzend.h865 ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *e…
H A Dzend.c1132 || EG(error_handling) != EH_NORMAL) { in zend_error()
H A Dzend_execute_API.c153 EG(error_handling) = EH_NORMAL; in init_executor()
/PHP-5.6/ext/sqlite3/
H A Dsqlite3.c107 zend_error_handling error_handling; local
110 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC);
113 zend_restore_error_handling(&error_handling TSRMLS_CC);
117 zend_restore_error_handling(&error_handling TSRMLS_CC);
1671 zend_error_handling error_handling; local
1675 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC);
1678 zend_restore_error_handling(&error_handling TSRMLS_CC);
1686 zend_restore_error_handling(&error_handling TSRMLS_CC);
/PHP-5.6/ext/date/
H A Dphp_date.c2752 zend_error_handling error_handling; in PHP_METHOD() local
2758 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
2770 zend_error_handling error_handling; in PHP_METHOD() local
2776 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
3738 zend_error_handling error_handling; in PHP_METHOD() local
3747 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
4175 zend_error_handling error_handling; in PHP_METHOD() local
4187 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
4428 zend_error_handling error_handling; in PHP_METHOD() local
4435 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
[all …]
/PHP-5.6/ext/snmp/
H A Dsnmp.c1818 zend_error_handling error_handling; in PHP_METHOD() local
1821 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); in PHP_METHOD()
1824 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
1828 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
/PHP-5.6/ext/simplexml/
H A Dsimplexml.c2258 zend_error_handling error_handling; in SXE_METHOD() local
2260 zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); in SXE_METHOD()
2262 zend_restore_error_handling(&error_handling TSRMLS_CC); in SXE_METHOD()
2266 zend_restore_error_handling(&error_handling TSRMLS_CC); in SXE_METHOD()

Completed in 170 milliseconds