1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00
Files
archived-php-src/ext/soap/tests/bugs/bug42359.phpt
T
2007-08-31 10:48:45 +00:00

21 lines
382 B
PHP
Executable File

--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}
)