summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug75502.phpt
blob: d9630ed658e37561605ffe3d14c1f5d96344781b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
Bug #75502 (Segmentation fault in zend_string_release)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=1
soap.wsdl_cache=2
--FILE--
<?php
/* The important part is that restriction>enumeration is used together with mem cache.
 * Reuse a WSDL file contains this. */
$client = new SoapClient(__DIR__."/bug29236.wsdl");
?>
===DONE===
--EXPECT--
===DONE===