Searched refs:INIT_OVERLOADED_CLASS_ENTRY (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_4/sapi/apache_hooks/ |
| H A D | php_apache.c | 1405 INIT_OVERLOADED_CLASS_ENTRY(ce, "ApacheRequest", php_apache_request_class_functions, NULL, NULL, NULL);
|
| /PHP_5_4/ext/soap/ |
| H A D | soap.c | 636 INIT_OVERLOADED_CLASS_ENTRY(ce, PHP_SOAP_CLIENT_CLASSNAME, soap_client_functions,
|
| /PHP_5_4/Zend/ |
| H A D | zend_API.h | 164 INIT_OVERLOADED_CLASS_ENTRY(class_container, class_name, functions, NULL, NULL, NULL) 215 #define INIT_OVERLOADED_CLASS_ENTRY(class_container, class_name, functions, handle_fcall, handle_propget, handle_propset) \ macro 223 INIT_OVERLOADED_CLASS_ENTRY(class_container, ZEND_NS_NAME(ns, class_name), functions, handle_fcall, handle_propget, handle_propset)
|
Completed in 15 milliseconds