1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00
Files
archived-php-src/ext/soap/tests/bugs/bug75502.phpt
T
2019-03-15 22:55:30 +01:00

17 lines
393 B
PHP

--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===