Home
last modified time | relevance | path

Searched refs:zend_restore_error_handling (Results 1 – 20 of 20) sorted by relevance

/PHP-5.3/ext/dom/
H A Dcdatasection.c62 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.c62 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.c61 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.c63 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.c63 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 Dtext.c77 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 Dattr.c69 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 Dxpath.c282 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.c169 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.c1462 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
1466 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
/PHP-5.3/ext/spl/
H A Dspl_directory.c461 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_filesystem_object_create_info()
555 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_filesystem_object_create_type()
559 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_filesystem_object_create_type()
724 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_filesystem_object_construct()
1133 zend_restore_error_handling(&error_handling TSRMLS_CC); in SPL_METHOD()
1278 zend_restore_error_handling(&error_handling TSRMLS_CC); in FileInfoFunction()
1320 zend_restore_error_handling(&error_handling TSRMLS_CC); in SPL_METHOD()
1349 zend_restore_error_handling(&error_handling TSRMLS_CC); in SPL_METHOD()
1367 zend_restore_error_handling(&error_handling TSRMLS_CC); in SPL_METHOD()
1385 zend_restore_error_handling(&error_handling TSRMLS_CC); in SPL_METHOD()
[all …]
H A Dspl_iterators.c507 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_recursive_it_it_construct()
557 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_recursive_it_it_construct()
1037 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_recursive_tree_iterator_get_entry()
1397 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_dual_it_construct()
1402 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_dual_it_construct()
1407 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_dual_it_construct()
1416 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_dual_it_construct()
1421 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_dual_it_construct()
1435 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_dual_it_construct()
1476 zend_restore_error_handling(&error_handling TSRMLS_CC); in spl_dual_it_construct()
[all …]
H A Dspl_observer.c898 zend_restore_error_handling(&error_handling TSRMLS_CC); in SPL_METHOD()
904 zend_restore_error_handling(&error_handling TSRMLS_CC); in SPL_METHOD()
H A Dspl_array.c1161 zend_restore_error_handling(&error_handling TSRMLS_CC); in SPL_METHOD()
1173 zend_restore_error_handling(&error_handling TSRMLS_CC); in SPL_METHOD()
/PHP-5.3/ext/sqlite/
H A Dsqlite.c124 zend_restore_error_handling(error_handling TSRMLS_CC); \
1635 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_FUNCTION()
1644 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_FUNCTION()
1651 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_FUNCTION()
1676 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_FUNCTION()
1693 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_FUNCTION()
1702 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_FUNCTION()
1725 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_FUNCTION()
2410 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_FUNCTION()
2417 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c107 zend_restore_error_handling(&error_handling TSRMLS_CC);
111 zend_restore_error_handling(&error_handling TSRMLS_CC);
1596 zend_restore_error_handling(&error_handling TSRMLS_CC);
1604 zend_restore_error_handling(&error_handling TSRMLS_CC);
/PHP-5.3/Zend/
H A Dzend.h772 ZEND_API void zend_restore_error_handling(zend_error_handling *saved TSRMLS_DC);
H A Dzend_API.c3629 ZEND_API void zend_restore_error_handling(zend_error_handling *saved TSRMLS_DC) /* {{{ */ in zend_restore_error_handling() function
/PHP-5.3/ext/date/
H A Dphp_date.c2563 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
3299 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
3678 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
3916 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
3978 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_METHOD()
/PHP-5.3/ext/simplexml/
H A Dsimplexml.c2201 zend_restore_error_handling(&error_handling TSRMLS_CC); in SXE_METHOD()
2205 zend_restore_error_handling(&error_handling TSRMLS_CC); in SXE_METHOD()

Completed in 114 milliseconds