mirror of
https://github.com/php/php-src.git
synced 2026-04-10 17:43:13 +02:00
Remove add_method() macro
Which uses add_assoc_function(), which doesn't exist anymore...
This commit is contained in:
@@ -552,8 +552,6 @@ ZEND_API zend_bool zend_is_iterable(zval *iterable);
|
||||
|
||||
ZEND_API zend_bool zend_is_countable(zval *countable);
|
||||
|
||||
#define add_method(arg, key, method) add_assoc_function((arg), (key), (method))
|
||||
|
||||
ZEND_API ZEND_FUNCTION(display_disabled_function);
|
||||
ZEND_API ZEND_FUNCTION(display_disabled_class);
|
||||
END_EXTERN_C()
|
||||
|
||||
Reference in New Issue
Block a user