1--TEST-- 2Bug #75502 (Segmentation fault in zend_string_release) 3--EXTENSIONS-- 4soap 5--INI-- 6soap.wsdl_cache_enabled=1 7soap.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=== 17