3v4l.org

run code in 500+ PHP versions simultaneously
<?php $xml = <<<'XML' <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:si="http://soapinterop.org/xsd"> <SOAP-ENV:Body> <ns1:test xmlns:ns1="http://testuri.org" /> </SOAP-ENV:Body> </SOAP-ENV:Envelope> XML; echo gzencode(trim($xml), 9, FORCE_GZIP);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZK0I2
function name:  (null)
number of ops:  9
compiled vars:  !0 = $xml
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, '%3CSOAP-ENV%3AEnvelope%0A++SOAP-ENV%3AencodingStyle%3D%22http%3A%2F%2Fschemas.xmlsoap.org%2Fsoap%2Fencoding%2F%22%0A++xmlns%3ASOAP-ENV%3D%22http%3A%2F%2Fschemas.xmlsoap.org%2Fsoap%2Fenvelope%2F%22%0A++xmlns%3Axsd%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema%22%0A++xmlns%3Axsi%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema-instance%22%0A++xmlns%3Asi%3D%22http%3A%2F%2Fsoapinterop.org%2Fxsd%22%3E%0A++%3CSOAP-ENV%3ABody%3E%0A++++%3Cns1%3Atest+xmlns%3Ans1%3D%22http%3A%2F%2Ftesturi.org%22+%2F%3E%0A++%3C%2FSOAP-ENV%3ABody%3E%0A%3C%2FSOAP-ENV%3AEnvelope%3E'
   16     1        INIT_FCALL                                                   'gzencode'
          2        FRAMELESS_ICALL_1                trim                ~2      !0
          3        SEND_VAL                                                     ~2
          4        SEND_VAL                                                     9
          5        SEND_VAL                                                     31
          6        DO_ICALL                                             $3      
          7        ECHO                                                         $3
          8      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
157.87 ms | 2114 KiB | 14 Q