mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Rename interface macros
Renamed REGISTER_INTERFACE (formerly REGISTER_ITERATOR_INTERFACE) to REGISTER_MAGIC_INTERFACE and renamed REGISTER_ITERATOR_IMPLEMENT to REGISTER_MAGIC_IMPLEMENT. Both have now been moved to zend_interfaces.h.
This commit is contained in:
parent
47fda68b03
commit
c5eb924e9e
3 changed files with 12 additions and 12 deletions
|
@ -792,7 +792,7 @@ void zend_register_default_exception(void) /* {{{ */
|
|||
zend_class_entry ce;
|
||||
zend_property_info *prop;
|
||||
|
||||
REGISTER_INTERFACE(throwable, Throwable);
|
||||
REGISTER_MAGIC_INTERFACE(throwable, Throwable);
|
||||
|
||||
memcpy(&default_exception_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
|
||||
default_exception_handlers.clone_obj = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue