3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml= <<<EOT <?xml version="1.0" encoding="utf-16"?><result errors="no"><information><ordersCreated><ReferenceId><OrderNumber>TRP-CCT5012598-1</OrderNumber><ShipToContactId>Contact1</ShipToContactId></ReferenceId></ordersCreated></information></result> EOT; simplexml_load_string($xml); print_r($xml) ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iq8el
function name:  (null)
number of ops:  8
compiled vars:  !0 = $xml
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%3C%3Fxml+version%3D%221.0%22+encoding%3D%22utf-16%22%3F%3E%3Cresult+errors%3D%22no%22%3E%3Cinformation%3E%3CordersCreated%3E%3CReferenceId%3E%3COrderNumber%3ETRP-CCT5012598-1%3C%2FOrderNumber%3E%3CShipToContactId%3EContact1%3C%2FShipToContactId%3E%3C%2FReferenceId%3E%3C%2FordersCreated%3E%3C%2Finformation%3E%3C%2Fresult%3E'
    6     1        INIT_FCALL                                               'simplexml_load_string'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                                 
    7     4        INIT_FCALL                                               'print_r'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
    8     7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.37 ms | 1394 KiB | 17 Q