xref: /php-src/ext/soap/tests/bugs/bug76348.phpt (revision 7f2f0c00)
1--TEST--
2Bug #76348 (WSDL_CACHE_MEMORY causes Segmentation fault)
3--EXTENSIONS--
4soap
5--SKIPIF--
6<?php
7if (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===
18