summaryrefslogtreecommitdiff
path: root/ext/soap/tests/soap12/T72.phpt
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-05-05 10:31:26 +0000
committerDmitry Stogov <dmitry@php.net>2004-05-05 10:31:26 +0000
commit7bddbd7bd061325dae29315538f71939aa51130d (patch)
tree814a94bdb046c40e5dd99a22995346fdf3abd51f /ext/soap/tests/soap12/T72.phpt
parentfd0ec1cb45b8a98d48f0349624b83a12d7905e26 (diff)
downloadphp-git-7bddbd7bd061325dae29315538f71939aa51130d.tar.gz
php_error() -> php_error_docref() (Marcus, Dmitry)
Diffstat (limited to 'ext/soap/tests/soap12/T72.phpt')
-rw-r--r--ext/soap/tests/soap12/T72.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/soap12/T72.phpt b/ext/soap/tests/soap12/T72.phpt
index c6c72592d6..b8f5060c6b 100644
--- a/ext/soap/tests/soap12/T72.phpt
+++ b/ext/soap/tests/soap12/T72.phpt
@@ -19,4 +19,4 @@ include "soap12-test.inc";
?>
--EXPECT--
<?xml version="1.0" encoding="UTF-8"?>
-<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><env:Value>env:Receiver</env:Value></env:Code><env:Reason><env:Text>encodingStyle cannot be specified on the Envelope</env:Text></env:Reason></env:Fault></env:Body></env:Envelope>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><env:Value>env:Sender</env:Value></env:Code><env:Reason><env:Text>encodingStyle cannot be specified on the Envelope</env:Text></env:Reason></env:Fault></env:Body></env:Envelope>