Home
last modified time | relevance | path

Searched refs:add_assoc_function (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_API.h374 ZEND_API int add_assoc_function(zval *arg, const char *key, void (*function_ptr)(INTERNAL_FUNCTION_…
527 #define add_method(arg, key, method) add_assoc_function((arg), (key), (method))
H A Dzend_API.c1218 ZEND_API int add_assoc_function(zval *arg, const char *key, void (*function_ptr)(INTERNAL_FUNCTION_… in add_assoc_function() function

Completed in 23 milliseconds