INIT_OVERLOADED_CLASS_ENTRY_EX  167 Zend/zend_API.h 	INIT_OVERLOADED_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions, NULL, NULL, NULL, NULL, NULL)
INIT_OVERLOADED_CLASS_ENTRY_EX  216 Zend/zend_API.h 	INIT_OVERLOADED_CLASS_ENTRY_EX(class_container, class_name, sizeof(class_name)-1, functions, handle_fcall, handle_propget, handle_propset, NULL, NULL)
INIT_OVERLOADED_CLASS_ENTRY_EX  221 Zend/zend_API.h 	INIT_OVERLOADED_CLASS_ENTRY_EX(class_container, ZEND_NS_NAME(ns, class_name), sizeof(ZEND_NS_NAME(ns, class_name))-1, functions, handle_fcall, handle_propget, handle_propset, handle_propunset, handle_propisset)