3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml01 = "https://xml2.travelsim.com/tsim_xml/service/xmlgate?uname=zkiA1hJLAn&upass=GRL44i9vlh&plain=1&command=gbalance&onum=37254806764"; $sxe01 = simplexml_load_string(file_get_contents("$xml01")); $your_balance = $sxe01->{'balance'}; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/E102E
function name:  (null)
number of ops:  12
compiled vars:  !0 = $xml01, !1 = $sxe01, !2 = $your_balance
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'https%3A%2F%2Fxml2.travelsim.com%2Ftsim_xml%2Fservice%2Fxmlgate%3Funame%3DzkiA1hJLAn%26upass%3DGRL44i9vlh%26plain%3D1%26command%3Dgbalance%26onum%3D37254806764'
    3     1        INIT_FCALL                                               'simplexml_load_string'
          2        INIT_FCALL                                               'file_get_contents'
          3        CAST                                          6  ~4      !0
          4        SEND_VAL                                                 ~4
          5        DO_ICALL                                         $5      
          6        SEND_VAR                                                 $5
          7        DO_ICALL                                         $6      
          8        ASSIGN                                                   !1, $6
    4     9        FETCH_OBJ_R                                      ~8      !1, 'balance'
         10        ASSIGN                                                   !2, ~8
    5    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.51 ms | 1394 KiB | 17 Q