Lines Matching refs:PHP_ME

221 #  define PHP_ME(classname, name, arg_info, flags)	ZEND_NAMED_FE(name, ZEND_FN(classname##_##name),…  macro
289 #define SOAP_CTOR(class_name, func_name, arginfo, flags) PHP_ME(class_name, func_name, arginfo, fla…
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(SoapServer, fault, arginfo_soapserver_fault, 0)
494 PHP_ME(SoapServer, addSoapHeader, arginfo_soapserver_addsoapheader, 0)
500 PHP_ME(SoapClient, __call, arginfo_soapclient___call, 0)
502 PHP_ME(SoapClient, __getLastRequest, arginfo_soapclient___getlastrequest, 0)
503 PHP_ME(SoapClient, __getLastResponse, arginfo_soapclient___getlastresponse, 0)
504 PHP_ME(SoapClient, __getLastRequestHeaders, arginfo_soapclient___getlastrequestheaders, 0)
505 PHP_ME(SoapClient, __getLastResponseHeaders, arginfo_soapclient___getlastresponseheaders, 0)
506 PHP_ME(SoapClient, __getFunctions, arginfo_soapclient___getfunctions, 0)
507 PHP_ME(SoapClient, __getTypes, arginfo_soapclient___gettypes, 0)
508 PHP_ME(SoapClient, __doRequest, arginfo_soapclient___dorequest, 0)
509 PHP_ME(SoapClient, __setCookie, arginfo_soapclient___setcookie, 0)
510 PHP_ME(SoapClient, __setLocation, arginfo_soapclient___setlocation, 0)
511 PHP_ME(SoapClient, __setSoapHeaders, arginfo_soapclient___setsoapheaders, 0)