3v4l.org

run code in 300+ PHP versions simultaneously
<?php $j = '{"id":"1446","venueId":"98","isCancelled":"no","cancelNotes":"","isEvent":"no","eventName":"","day":"Fri","date":"12\/24\/2010","doors":"yes","doorsTime":"7:00 AM","doorsAm":"no","startTime":"9:30 PM","startTimestamp":"1293244200","endTime":"12:00 AM","endTimestamp":"1293253200","new":"no","eighteenOlder":"yes","allAges":"no","free":"no","otherShowNotes":"<p><span style=\"color: #993366;\"><strong>This is the first line of other notes<\/strong><\/span><\/p>\n<p><span style=\"color: #993366;\"><strong>This is the second line of other notes<\/strong><\/span><\/p>","tix":"no","tixText":"<p><strong>Sample Text for <span style=\"background-color: #ffff99;\">Ticket<\/span> Text<\/strong><\/p>","isCustomRow":"no","customRowHTML":"","isNextShowSameDay":"no","sendToPubDates":"","pay":"","customFlier":"","facebookEventId":"","timeTBA":"0"}'; $jarr = json_decode($j); print_r($jarr); echo $jarr->endTime ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/pmBP4
function name:  (null)
number of ops:  11
compiled vars:  !0 = $j, !1 = $jarr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%7B%22id%22%3A%221446%22%2C%22venueId%22%3A%2298%22%2C%22isCancelled%22%3A%22no%22%2C%22cancelNotes%22%3A%22%22%2C%22isEvent%22%3A%22no%22%2C%22eventName%22%3A%22%22%2C%22day%22%3A%22Fri%22%2C%22date%22%3A%2212%5C%2F24%5C%2F2010%22%2C%22doors%22%3A%22yes%22%2C%22doorsTime%22%3A%227%3A00+AM%22%2C%22doorsAm%22%3A%22no%22%2C%22startTime%22%3A%229%3A30+PM%22%2C%22startTimestamp%22%3A%221293244200%22%2C%22endTime%22%3A%2212%3A00+AM%22%2C%22endTimestamp%22%3A%221293253200%22%2C%22new%22%3A%22no%22%2C%22eighteenOlder%22%3A%22yes%22%2C%22allAges%22%3A%22no%22%2C%22free%22%3A%22no%22%2C%22otherShowNotes%22%3A%22%3Cp%3E%3Cspan+style%3D%5C%22color%3A+%23993366%3B%5C%22%3E%3Cstrong%3EThis+is+the+first+line+of+other+notes%3C%5C%2Fstrong%3E%3C%5C%2Fspan%3E%3C%5C%2Fp%3E%5Cn%3Cp%3E%3Cspan+style%3D%5C%22color%3A+%23993366%3B%5C%22%3E%3Cstrong%3EThis+is+the+second+line+of+other+notes%3C%5C%2Fstrong%3E%3C%5C%2Fspan%3E%3C%5C%2Fp%3E%22%2C%22tix%22%3A%22no%22%2C%22tixText%22%3A%22%3Cp%3E%3Cstrong%3ESample+Text+for+%3Cspan+style%3D%5C%22background-color%3A+%23ffff99%3B%5C%22%3ETicket%3C%5C%2Fspan%3E+Text%3C%5C%2Fstrong%3E%3C%5C%2Fp%3E%22%2C%22isCustomRow%22%3A%22no%22%2C%22customRowHTML%22%3A%22%22%2C%22isNextShowSameDay%22%3A%22no%22%2C%22sendToPubDates%22%3A%22%22%2C%22pay%22%3A%22%22%2C%22customFlier%22%3A%22%22%2C%22facebookEventId%22%3A%22%22%2C%22timeTBA%22%3A%220%22%7D'
    4     1        INIT_FCALL                                               'json_decode'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
    5     5        INIT_FCALL                                               'print_r'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                                 
    6     8        FETCH_OBJ_R                                      ~6      !1, 'endTime'
          9        ECHO                                                     ~6
    7    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.93 ms | 1387 KiB | 17 Q