@@ -801,7 +801,7 @@ PHP_MINFO_FUNCTION(soap)
801801}
802802
803803
804- /* {{{ proto object SoapParam::SoapParam ( mixed data, string name)
804+ /* {{{ proto object SoapParam::SoapParam( mixed data, string name)
805805 SoapParam constructor */
806806PHP_METHOD (SoapParam , SoapParam )
807807{
@@ -825,7 +825,7 @@ PHP_METHOD(SoapParam, SoapParam)
825825/* }}} */
826826
827827
828- /* {{{ proto object SoapHeader::SoapHeader ( string namespace, string name [, mixed data [, bool mustUnderstand [, mixed actor]]])
828+ /* {{{ proto object SoapHeader::SoapHeader( string namespace, string name [, mixed data [, bool mustUnderstand [, mixed actor]]])
829829 SoapHeader constructor */
830830PHP_METHOD (SoapHeader , SoapHeader )
831831{
@@ -867,7 +867,7 @@ PHP_METHOD(SoapHeader, SoapHeader)
867867 }
868868}
869869
870- /* {{{ proto object SoapFault::SoapFault ( string faultcode, string faultstring [, string faultactor [, mixed detail [, string faultname [, mixed headerfault]]]])
870+ /* {{{ proto object SoapFault::SoapFault( string faultcode, string faultstring [, string faultactor [, mixed detail [, string faultname [, mixed headerfault]]]])
871871 SoapFault constructor */
872872PHP_METHOD (SoapFault , SoapFault )
873873{
@@ -919,7 +919,7 @@ PHP_METHOD(SoapFault, SoapFault)
919919/* }}} */
920920
921921
922- /* {{{ proto object SoapFault::SoapFault ( string faultcode, string faultstring [, string faultactor [, mixed detail [, string faultname [, mixed headerfault]]]])
922+ /* {{{ proto object SoapFault::SoapFault( string faultcode, string faultstring [, string faultactor [, mixed detail [, string faultname [, mixed headerfault]]]])
923923 SoapFault constructor */
924924PHP_METHOD (SoapFault , __toString )
925925{
@@ -971,7 +971,7 @@ PHP_METHOD(SoapFault, __toString)
971971}
972972/* }}} */
973973
974- /* {{{ proto object SoapVar::SoapVar ( mixed data, int encoding [, string type_name [, string type_namespace [, string node_name [, string node_namespace]]]])
974+ /* {{{ proto object SoapVar::SoapVar( mixed data, int encoding [, string type_name [, string type_namespace [, string node_name [, string node_namespace]]]])
975975 SoapVar constructor */
976976PHP_METHOD (SoapVar , SoapVar )
977977{
@@ -1118,7 +1118,7 @@ static HashTable* soap_create_typemap(sdlPtr sdl, HashTable *ht)
11181118}
11191119
11201120
1121- /* {{{ proto object SoapServer::SoapServer ( mixed wsdl [, array options])
1121+ /* {{{ proto object SoapServer::SoapServer( mixed wsdl [, array options])
11221122 SoapServer constructor */
11231123PHP_METHOD (SoapServer , SoapServer )
11241124{
@@ -1246,7 +1246,7 @@ PHP_METHOD(SoapServer, SoapServer)
12461246/* }}} */
12471247
12481248
1249- /* {{{ proto object SoapServer::setPersistence ( int mode )
1249+ /* {{{ proto object SoapServer::setPersistence( int mode )
12501250 Sets persistence mode of SoapServer */
12511251PHP_METHOD (SoapServer , setPersistence )
12521252{
@@ -1493,7 +1493,7 @@ static void _soap_server_exception(soapServicePtr service, sdlFunctionPtr functi
14931493}
14941494/* }}} */
14951495
1496- /* {{{ proto void SoapServer::handle ( [string soap_request])
1496+ /* {{{ proto void SoapServer::handle( [string soap_request])
14971497 Handles a SOAP request */
14981498PHP_METHOD (SoapServer , handle )
14991499{
@@ -2266,7 +2266,7 @@ PHP_FUNCTION(is_soap_fault)
22662266
22672267/* SoapClient functions */
22682268
2269- /* {{{ proto object SoapClient::SoapClient ( mixed wsdl [, array options])
2269+ /* {{{ proto object SoapClient::SoapClient( mixed wsdl [, array options])
22702270 SoapClient constructor */
22712271PHP_METHOD (SoapClient , SoapClient )
22722272{
@@ -2810,7 +2810,7 @@ static void verify_soap_headers_array(HashTable *ht)
28102810}
28112811
28122812
2813- /* {{{ proto mixed SoapClient::__call ( string function_name, array arguments [, array options [, array input_headers [, array output_headers]]])
2813+ /* {{{ proto mixed SoapClient::__call( string function_name, array arguments [, array options [, array input_headers [, array output_headers]]])
28142814 Calls a SOAP function */
28152815PHP_METHOD (SoapClient , __call )
28162816{
@@ -2917,7 +2917,7 @@ PHP_METHOD(SoapClient, __call)
29172917/* }}} */
29182918
29192919
2920- /* {{{ proto array SoapClient::__getFunctions ( void )
2920+ /* {{{ proto array SoapClient::__getFunctions( void)
29212921 Returns list of SOAP functions */
29222922PHP_METHOD (SoapClient , __getFunctions )
29232923{
@@ -2944,7 +2944,7 @@ PHP_METHOD(SoapClient, __getFunctions)
29442944/* }}} */
29452945
29462946
2947- /* {{{ proto array SoapClient::__getTypes ( void )
2947+ /* {{{ proto array SoapClient::__getTypes( void)
29482948 Returns list of SOAP types */
29492949PHP_METHOD (SoapClient , __getTypes )
29502950{
@@ -2973,7 +2973,7 @@ PHP_METHOD(SoapClient, __getTypes)
29732973/* }}} */
29742974
29752975
2976- /* {{{ proto string SoapClient::__getLastRequest ( void )
2976+ /* {{{ proto string SoapClient::__getLastRequest( void)
29772977 Returns last SOAP request */
29782978PHP_METHOD (SoapClient , __getLastRequest )
29792979{
@@ -2992,7 +2992,7 @@ PHP_METHOD(SoapClient, __getLastRequest)
29922992/* }}} */
29932993
29942994
2995- /* {{{ proto object SoapClient::__getLastResponse ( void )
2995+ /* {{{ proto object SoapClient::__getLastResponse( void)
29962996 Returns last SOAP response */
29972997PHP_METHOD (SoapClient , __getLastResponse )
29982998{
@@ -3121,7 +3121,7 @@ PHP_METHOD(SoapClient, __setCookie)
31213121}
31223122/* }}} */
31233123
3124- /* {{{ proto array SoapClient::__getCookies ( void )
3124+ /* {{{ proto array SoapClient::__getCookies( void)
31253125 Returns list of cookies */
31263126PHP_METHOD (SoapClient , __getCookies )
31273127{
0 commit comments