Test: /ext/soap/tests/server029.phpt - Version 7.4.29    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Mon Apr 25 18:30:02 2022 (307): Fatal Error Unable to allocate shared memory segment of 134217728 bytes: unknown: No such file or directory (2) 001- INPUT: 002- <?xml version="1.0" encoding="ISO-8859-1"?> 003- <SOAP-ENV:Envelope 004- SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 005- xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 006- xmlns:xsd="http://www.w3.org/2001/XMLSchema" 007- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 008- xmlns:si="http://soapinterop.org/xsd"> 009- <SOAP-ENV:Body> 010- <ns1:test xmlns:ns1="http://testuri.org" /> 011- </SOAP-ENV:Body> 012- </SOAP-ENV:Envelope> 013- 014- 015- ----------- 016- 017- <?xml version="1.0" encoding="UTF-8"?> 018- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://testuri.org" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:testResponse><return xsi:type="xsd:string">Hello World</return></ns1:testResponse></SOAP-ENV:Body></SOAP-ENV:Envelope> 019- ok