PageRenderTime 37ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/hphp/test/zend/bad/ext/soap/tests/bugs/bug42359.php

http://github.com/facebook/hiphop-php
PHP | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | ca4e4ed481bfecd1550c4337ba03fe74 MD5 | raw file
Possible License(s): LGPL-2.1, BSD-2-Clause, BSD-3-Clause, MPL-2.0-no-copyleft-exception, MIT, LGPL-2.0, Apache-2.0
  1. <?php
  2. $soap = new SoapClient(dirname(__FILE__)."/bug42359.wsdl");
  3. print_r($soap->__getTypes());
  4. ?>