summaryrefslogtreecommitdiff
path: root/ext/soap
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap')
-rw-r--r--ext/soap/tests/error_handler.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/soap/tests/error_handler.phpt b/ext/soap/tests/error_handler.phpt
index d24364931c..54162d7740 100644
--- a/ext/soap/tests/error_handler.phpt
+++ b/ext/soap/tests/error_handler.phpt
@@ -2,7 +2,7 @@
Bug #46760 (SoapClient doRequest fails when proxy is used)
--SKIPIF--
<?php require_once('skipif.inc');
-if (!extension_loaded('sqlite')) die('skip squilite extension not available');
+if (!extension_loaded('sqlite')) die('skip sqlite extension not available');
?>
--FILE--
<?php
@@ -10,8 +10,8 @@ echo "blllllllllaaaaaaa\n";
$var475 = sqlite_factory("\x00");
$var147 = use_soap_error_handler();
$var477 = flock(false,false);dump($client->_proxy_port);
-
-echo "OK";
?>
--EXPECT--
-OK
+blllllllllaaaaaaa
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Call to undefined function dump()</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>