- Use zend_throw_exception_object() in throw_handler to make sure it

- does all the checks
This commit is contained in:
Andi Gutmans 2004-02-12 10:28:33 +00:00
parent d9630a595b
commit e189d89672

View File

@ -2859,7 +2859,7 @@ int zend_throw_handler(ZEND_OPCODE_HANDLER_ARGS)
}
INIT_PZVAL(exception);
zend_throw_exception_internal(exception TSRMLS_CC);
zend_throw_exception_object(exception TSRMLS_CC);
NEXT_OPCODE();
}