INIT_OVERLOADED_CLASS_ENTRY  164 Zend/zend_API.h 	INIT_OVERLOADED_CLASS_ENTRY(class_container, class_name, functions, NULL, NULL, NULL)
INIT_OVERLOADED_CLASS_ENTRY  223 Zend/zend_API.h 	INIT_OVERLOADED_CLASS_ENTRY(class_container, ZEND_NS_NAME(ns, class_name), functions, handle_fcall, handle_propget, handle_propset)
INIT_OVERLOADED_CLASS_ENTRY  636 ext/soap/soap.c 		INIT_OVERLOADED_CLASS_ENTRY(ce, PHP_SOAP_CLIENT_CLASSNAME, soap_client_functions,
INIT_OVERLOADED_CLASS_ENTRY 1405 sapi/apache_hooks/php_apache.c 	INIT_OVERLOADED_CLASS_ENTRY(ce, "ApacheRequest", php_apache_request_class_functions, NULL, NULL, NULL);