mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- 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:
parent
c803e4643d
commit
f1c92fa4c5
7 changed files with 4 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue