Searched defs:PHP_ME (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/main/ |
| H A D | php.h | 345 #define PHP_ME ZEND_ME macro
|
| /PHP_5_3/ext/soap/ |
| H A D | soap.c | 221 # define PHP_ME(classname, name, arg_info, flags) ZEND_NAMED_FE(name, ZEND_FN(classname##_##name), arg_info) macro 289 #define SOAP_CTOR(class_name, func_name, arginfo, flags) PHP_ME(class_name, func_name, arginfo, flags) 480 PHP_ME(SoapFault, __toString, arginfo_soap__void, 0) 487 PHP_ME(SoapServer, setPersistence, arginfo_soapserver_setpersistence, 0) 488 PHP_ME(SoapServer, setClass, arginfo_soapserver_setclass, 0) 489 PHP_ME(SoapServer, setObject, arginfo_soapserver_setobject, 0) 490 PHP_ME(SoapServer, addFunction, arginfo_soapserver_addfunction, 0) 491 PHP_ME(SoapServer, getFunctions, arginfo_soapserver_getfunctions, 0) 492 PHP_ME(SoapServer, handle, arginfo_soapserver_handle, 0) 493 PHP_ME(SoapServe [all...] |
Completed in 6 milliseconds