Test: /ext/soap/tests/bugs/bug31755.phpt - Version 7.0.0RC5        

Bug #31755 Cannot create SOAP header in no namespace
Submitted: 2005-01-29 22:48:36 Modified: 2005-02-02 10:14:29
From: adam Assigned: dmitry
Status: Closed Package: SOAP related
PHP Version: 5CVS-2005-01-29 (dev) OS: n/a

There are 3 different diffs reported by users for this test.

Count Diff
6 (67%)
002+
003+ Termsig=11
002- <?xml version="1.0" encoding="UTF-8"?>
003- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="myNS" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Header/><SOAP-ENV:Body><ns1:function/></SOAP-ENV:Body></SOAP-ENV:Envelope>
2 (22%)
002+ Segmentation fault
003+
002- <?xml version="1.0" encoding="UTF-8"?>
003- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="myNS" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Header/><SOAP-ENV:Body><ns1:function/></SOAP-ENV:Body></SOAP-ENV:Envelope>
004+ Termsig=11
1 (11%)
002- <?xml version="1.0" encoding="UTF-8"?>
003- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="myNS" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Header/><SOAP-ENV:Body><ns1:function/></SOAP-ENV:Body></SOAP-ENV:Envelope>