Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.h169 …LASS_ENTRY_EX(class_container, class_name, class_name_len, functions, handle_fcall, handle_propget… argument
178 …INIT_CLASS_ENTRY_INIT_METHODS(class_container, functions, handle_fcall, handle_propget, handle_pro…
181 #define INIT_CLASS_ENTRY_INIT_METHODS(class_container, functions, handle_fcall, handle_propget, han… argument
191 class_container.__call = handle_fcall; \
215 #define INIT_OVERLOADED_CLASS_ENTRY(class_container, class_name, functions, handle_fcall, handle_pr… argument
216 …NTRY_EX(class_container, class_name, sizeof(class_name)-1, functions, handle_fcall, handle_propget…
220 #define INIT_OVERLOADED_NS_CLASS_ENTRY_EX(class_container, ns, class_name, functions, handle_fcall,… argument
221 …E(ns, class_name), sizeof(ZEND_NS_NAME(ns, class_name))-1, functions, handle_fcall, handle_propget…
222 #define INIT_OVERLOADED_NS_CLASS_ENTRY(class_container, ns, class_name, functions, handle_fcall, ha… argument
223 …INIT_OVERLOADED_CLASS_ENTRY(class_container, ZEND_NS_NAME(ns, class_name), functions, handle_fcall

Completed in 18 milliseconds