summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug42359.phpt
blob: 42ad8b8a0661ecf047161967a9dcc9cdf6fd27df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--TEST--
Bug #42326 (SoapServer crash)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
<?php
$soap = new SoapClient(dirname(__FILE__)."/bug42359.wsdl");
print_r($soap->__getTypes());
?>
--EXPECT--
Array
(
    [0] => list listItem {anonymous1}
    [1] => string anonymous1
    [2] => string enumItem
    [3] => list listItem2 {enumItem}
)