3v4l.org

run code in 300+ PHP versions simultaneously
<?php $gmtime = (int)gmdate('U'); echo date_default_timezone_get(); echo $gmtime; echo '<br />'; echo time();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vhTJ1
function name:  (null)
number of ops:  14
compiled vars:  !0 = $gmtime
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'gmdate'
          1        SEND_VAL                                                 'U'
          2        DO_ICALL                                         $1      
          3        CAST                                          4  ~2      $1
          4        ASSIGN                                                   !0, ~2
    3     5        INIT_FCALL                                               'date_default_timezone_get'
          6        DO_ICALL                                         $4      
          7        ECHO                                                     $4
    4     8        ECHO                                                     !0
    5     9        ECHO                                                     '%3Cbr+%2F%3E'
    6    10        INIT_FCALL                                               'time'
         11        DO_ICALL                                         $5      
         12        ECHO                                                     $5
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.04 ms | 1394 KiB | 19 Q