Home
last modified time | relevance | path

Searched refs:__getTypes (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug42359.phpt10 print_r($soap->__getTypes());
H A Dbug28985.phpt2 Bug #28985 (__getTypes() returning nothing on complex WSDL)
10 var_dump($client->__getTypes());
H A Dbug30106.phpt35 var_dump($client->__getTypes());
/PHP-5.5/ext/soap/tests/
H A Dbug68361.phpt2 Bug #68361 Segmentation fault on SoapClient::__getTypes
92 $res = $client->__getTypes(); // Segmentation fault here
/PHP-5.5/ext/soap/
H A Dsoap.c225 PHP_METHOD(SoapClient, __getTypes);
426 PHP_ME(SoapClient, __getTypes, arginfo_soapclient___gettypes, 0)
2996 PHP_METHOD(SoapClient, __getTypes) argument
/PHP-5.5/
H A DNEWS828 . Fixed bug #68361 (Segmentation fault on SoapClient::__getTypes).
8325 - Fixed bug #38700 (SoapClient::__getTypes never returns). (Dmitry)
9748 - Fixed bug #28985 (__getTypes() returning nothing on complex WSDL). (Dmitry)
10161 - Fixed bug #28985 (__getTypes() returning nothing on complex WSDL). (Dmitry)

Completed in 55 milliseconds