mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove add_method() macro
Which uses add_assoc_function(), which doesn't exist anymore...
This commit is contained in:
parent
e794bde35d
commit
5cf2045b0a
1 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue