summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug29061.phpt
blob: 0ded544b94f6d3ba4ef85a6f1f584bdeea787190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Bug #29061 (soap extension segfaults)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
<?php
$client = new SoapClient(dirname(__FILE__)."/bug29061.wsdl", array("exceptions"=>0));
$client->getQuote("ibm");
echo "ok\n";
?>
--EXPECT--
ok