Test: /ext/soap/tests/bug71711.phpt - Version 7.2.0-dev        

Bug #71711 Soap Server Member variables reference bug
Submitted: 2016-03-04 09:23:07 Modified: 2016-03-30 08:09:34
From: xxx Assigned:
Status: Closed Package: SOAP related
PHP Version: 7.0.4 OS: Ubuntu 14.4

There is 1 diff reported by users for this test.

Count Diff
17 (100%)
001+ Fatal error: Invalid opcode 137/16/8. in %s/bug71711.php on line 11
001- <?xml version="1.0" encoding="UTF-8"?>
002- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://example.org" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:foo><param0 xsi:type="SOAP-ENC:Struct"><prop SOAP-ENC:arrayType="xsd:string[1]" xsi:type="SOAP-ENC:Array"><item xsi:type="xsd:string">foo</item></prop></param0></ns1:foo></SOAP-ENV:Body></SOAP-ENV:Envelope>