From: Felipe Pena Date: Mon, 15 Jun 2009 17:56:08 +0000 (+0000) Subject: - Drop unused code X-Git-Tag: php-5.3.0RC4~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da9b80e30948d31d42de2c2cdf93398691f0c27c;p=php - Drop unused code --- diff --git a/ext/soap/tests/bug48557.phpt b/ext/soap/tests/bug48557.phpt index 7d197d4491..8ef778ff38 100644 --- a/ext/soap/tests/bug48557.phpt +++ b/ext/soap/tests/bug48557.phpt @@ -8,11 +8,6 @@ ini_set("soap.wsdl_cache_enabled", 0); function test($map) { var_dump($map, $map[1], $map[2]);die; - if(isset($map[2])) { - die("Success\n"); - } else { - die("Fail\n"); - } } $y = new SoapServer(dirname(__FILE__) . '/bug48557.wsdl'); @@ -53,8 +48,6 @@ $request = << XML; -#$v = array(1 => 123, "2" => 123.5, "asd" => 555); -#var_dump($v);die; $y->handle($request); ?>