- Calling abstract methods should be a error for consistency reason.

- So in reflection_api we use the reflection_exception again.
This commit is contained in:
Marcus Boerger 2003-08-30 23:51:42 +00:00
parent c803e4643d
commit f1c92fa4c5
7 changed files with 4 additions and 26 deletions

View file

@ -25,7 +25,6 @@
BEGIN_EXTERN_C()
ZEND_API zend_class_entry *zend_exception_get_default(void);
ZEND_API zend_class_entry *zend_exception_get_abstract(void);
ZEND_API void zend_register_default_classes(TSRMLS_D);
/* exception_ce NULL or zend_exception_get_default() or a derived class