Lines Matching refs:error_handling
503 zend_error_handling error_handling; in spl_filesystem_object_create_type() local
569 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_type()
571 zend_restore_error_handling(&error_handling); in spl_filesystem_object_create_type()
576 zend_restore_error_handling(&error_handling); in spl_filesystem_object_create_type()
696 zend_error_handling error_handling; in spl_filesystem_object_construct() local
723 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling); in spl_filesystem_object_construct()
735 zend_restore_error_handling(&error_handling); in spl_filesystem_object_construct()
1150 zend_error_handling error_handling; \
1157 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);\
1159 zend_restore_error_handling(&error_handling); \
2030 zend_error_handling error_handling; in PHP_METHOD() local
2048 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in PHP_METHOD()
2050 zend_restore_error_handling(&error_handling); in PHP_METHOD()
2078 zend_error_handling error_handling; in PHP_METHOD() local
2101 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in PHP_METHOD()
2106 zend_restore_error_handling(&error_handling); in PHP_METHOD()