b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/develop/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/develop/bug00609.phpt

--TEST--
Test for bug #609: Xdebug and SOAP error handler conflicts
--SKIPIF--
<?php
require __DIR__ . '/../utils.inc';
check_reqs('ext SOAP');
?>
--INI--
xdebug.mode=develop
--FILE--
<?php
try {
	  $sc = new SoapClient("some-wrong.wsdl", array('exceptions' => true));
} catch (Exception $e) {
	  echo 'Error Caught';
}
?>
--EXPECTF--
Error Caught

Copyright © 2019 by b0y-101