3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html> <body> <?php date_default_timezone_set("Australia/Brisbane"); echo date(" H:i", time()); ?> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Du9Hp
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3C%21DOCTYPE+html%3E%0A%3Chtml%3E%0A%3Cbody%3E%0A%0A'
    6     1        INIT_FCALL                                               'date_default_timezone_set'
          2        SEND_VAL                                                 'Australia%2FBrisbane'
          3        DO_ICALL                                                 
    7     4        INIT_FCALL                                               'date'
          5        SEND_VAL                                                 '+H%3Ai'
          6        INIT_FCALL                                               'time'
          7        DO_ICALL                                         $1      
          8        SEND_VAR                                                 $1
          9        DO_ICALL                                         $2      
         10        ECHO                                                     $2
    9    11        ECHO                                                     '%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   11    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.2 ms | 1394 KiB | 19 Q