bug75502.phpt 365 B

12345678910111213141516
  1. --TEST--
  2. Bug #75502 (Segmentation fault in zend_string_release)
  3. --EXTENSIONS--
  4. soap
  5. --INI--
  6. soap.wsdl_cache_enabled=1
  7. soap.wsdl_cache=2
  8. --FILE--
  9. <?php
  10. /* The important part is that restriction>enumeration is used together with mem cache.
  11. * Reuse a WSDL file contains this. */
  12. $client = new SoapClient(__DIR__."/bug29236.wsdl");
  13. ?>
  14. ===DONE===
  15. --EXPECT--
  16. ===DONE===