diff options
Diffstat (limited to 'ext/soap/tests/server019.phpt')
-rw-r--r-- | ext/soap/tests/server019.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/soap/tests/server019.phpt b/ext/soap/tests/server019.phpt index defdac5b9..d36cff088 100644 --- a/ext/soap/tests/server019.phpt +++ b/ext/soap/tests/server019.phpt @@ -8,7 +8,7 @@ SOAP Server 19: compressed request (gzip) ?> --INI-- precision=14 ---POST-- +--GZIP_POST-- <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" @@ -19,8 +19,6 @@ precision=14 <ns1:test xmlns:ns1="http://testuri.org" /> </SOAP-ENV:Body> </SOAP-ENV:Envelope> ---GZIP_POST-- -1 --FILE-- <?php function test() { |