Lines Matching refs:error_handling

117 #define RES_FROM_OBJECT_RESTORE_ERH(res, object, error_handling) \  argument
123 if (error_handling) \
124 zend_restore_error_handling(error_handling TSRMLS_CC); \
1630 zend_error_handling error_handling; in PHP_FUNCTION() local
1632 …zend_replace_error_handling(object ? EH_THROW : EH_NORMAL, sqlite_ce_exception, &error_handling TS… in PHP_FUNCTION()
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()
1662 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_FUNCTION()
1676 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_FUNCTION()
1688 zend_error_handling error_handling; in PHP_FUNCTION() local
1690 zend_replace_error_handling(EH_THROW, sqlite_ce_exception, &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()
1709 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_FUNCTION()
1716 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_FUNCTION()
1725 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_FUNCTION()
2381 zend_error_handling error_handling; in PHP_FUNCTION() local
2383 …zend_replace_error_handling(object ? EH_THROW : EH_NORMAL, sqlite_ce_exception, &error_handling TS… in PHP_FUNCTION()
2386 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_FUNCTION()
2389 RES_FROM_OBJECT_RESTORE_ERH(res, object, &error_handling); in PHP_FUNCTION()
2397 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()
2424 zend_restore_error_handling(&error_handling TSRMLS_CC); in PHP_FUNCTION()