1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00
Files
archived-php-src/ext/soap/tests/bugs/bug75502.phpt
Nikita Popov d534d59bd8 Fixed bug #75502
The string keys were not duplicated into persistent memory in this
case.
2018-01-01 21:29:24 +01:00

17 lines
403 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(dirname(__FILE__)."/bug29236.wsdl");
?>
===DONE===
--EXPECT--
===DONE===