Home
last modified time | relevance | path

Searched defs:class_container (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_API.h163 #define INIT_CLASS_ENTRY(class_container, class_name, functions) \ argument
166 #define INIT_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions) \ argument
169 #define INIT_OVERLOADED_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions, hand… argument
181 #define INIT_CLASS_ENTRY_INIT_METHODS(class_container, functions, handle_fcall, handle_propget, han… argument
215 #define INIT_OVERLOADED_CLASS_ENTRY(class_container, class_name, functions, handle_fcall, handle_pr… argument
218 #define INIT_NS_CLASS_ENTRY(class_container, ns, class_name, functions) \ argument
220 #define INIT_OVERLOADED_NS_CLASS_ENTRY_EX(class_container, ns, class_name, functions, handle_fcall,… argument
222 #define INIT_OVERLOADED_NS_CLASS_ENTRY(class_container, ns, class_name, functions, handle_fcall, ha… argument

Completed in 12 milliseconds