bug77945.phpt 332 B

12345678910111213141516
  1. --TEST--
  2. Bug #77945: Segmentation fault when constructing SoapClient with WSDL_CACHE_BOTH
  3. --EXTENSIONS--
  4. soap
  5. --FILE--
  6. <?php
  7. // The important part is to have a restriction enumeration with value="".
  8. $client = new SoapClient(__DIR__ . '/bug29236.wsdl', [
  9. 'cache_wsdl' => WSDL_CACHE_BOTH
  10. ]);
  11. ?>
  12. ===DONE===
  13. --EXPECT--
  14. ===DONE===