3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = SimpleXmlElement("<response type='5'> <body order_code='9ee56c2e5-de9b-4d13-a2bd-4175c6f43b97' pay_summ='166.37' comiss='7.16' comiss_descr='Комиссия банка: 3 грн + 2,5% от стоимости билета. Сервисный сбор РЦ Министерства транспорта и связи Укр - 18 грн' total_summ='173.53'> <trip-segment ticket='21П-Н1-1847975-1906' creation_time='19.06.2013 08:57:28' num='1' tot_price='166.37' transporte_type='2' tax='3.00'> <places> <place car_num='15' car_type='1040' loc_num='06' /> </places> </trip-segment> </body> </response>"); var_dump($xml->body->order_code);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hevrb
function name:  (null)
number of ops:  10
compiled vars:  !0 = $xml
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'SimpleXmlElement'
          1        SEND_VAL_EX                                              '%3Cresponse+type%3D%275%27%3E%0A++++%3Cbody+order_code%3D%279ee56c2e5-de9b-4d13-a2bd-4175c6f43b97%27++pay_summ%3D%27166.37%27++comiss%3D%277.16%27++comiss_descr%3D%27%D0%9A%D0%BE%D0%BC%D0%B8%D1%81%D1%81%D0%B8%D1%8F+%D0%B1%D0%B0%D0%BD%D0%BA%D0%B0%3A+3+%D0%B3%D1%80%D0%BD+%2B+2%2C5%25+%D0%BE%D1%82+%D1%81%D1%82%D0%BE%D0%B8%D0%BC%D0%BE%D1%81%D1%82%D0%B8+%D0%B1%D0%B8%D0%BB%D0%B5%D1%82%D0%B0.+%D0%A1%D0%B5%D1%80%D0%B2%D0%B8%D1%81%D0%BD%D1%8B%D0%B9+%D1%81%D0%B1%D0%BE%D1%80+%D0%A0%D0%A6+%D0%9C%D0%B8%D0%BD%D0%B8%D1%81%D1%82%D0%B5%D1%80%D1%81%D1%82%D0%B2%D0%B0+%D1%82%D1%80%D0%B0%D0%BD%D1%81%D0%BF%D0%BE%D1%80%D1%82%D0%B0+%D0%B8+%D1%81%D0%B2%D1%8F%D0%B7%D0%B8+%D0%A3%D0%BA%D1%80+-+18+%D0%B3%D1%80%D0%BD%27++total_summ%3D%27173.53%27%3E%0A++++++++%3Ctrip-segment+ticket%3D%2721%D0%9F-%D0%9D1-1847975-1906%27+creation_time%3D%2719.06.2013+08%3A57%3A28%27+num%3D%271%27+tot_price%3D%27166.37%27+transporte_type%3D%272%27+tax%3D%273.00%27%3E%0A++++++++++++%3Cplaces%3E%0A++++++++++++++++%3Cplace+car_num%3D%2715%27++car_type%3D%271040%27++loc_num%3D%2706%27+%2F%3E%0A++++++++++++%3C%2Fplaces%3E%0A++++++++%3C%2Ftrip-segment%3E%0A++++%3C%2Fbody%3E%0A%3C%2Fresponse%3E'
          2        DO_FCALL                                      0  $1      
          3        ASSIGN                                                   !0, $1
   11     4        INIT_FCALL                                               'var_dump'
          5        FETCH_OBJ_R                                      ~3      !0, 'body'
          6        FETCH_OBJ_R                                      ~4      ~3, 'order_code'
          7        SEND_VAL                                                 ~4
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.05 ms | 1386 KiB | 15 Q