bug76348.phpt 334 B

1234567891011121314151617
  1. --TEST--
  2. Bug #76348 (WSDL_CACHE_MEMORY causes Segmentation fault)
  3. --EXTENSIONS--
  4. soap
  5. --SKIPIF--
  6. <?php
  7. if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
  8. ?>
  9. --FILE--
  10. <?php
  11. $client = new SoapClient(__DIR__ . DIRECTORY_SEPARATOR . 'bug76348.wsdl', [
  12. 'cache_wsdl' => WSDL_CACHE_MEMORY,
  13. ]);
  14. ?>
  15. ===DONE===
  16. --EXPECT--
  17. ===DONE===