3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_timezone_set($date, timezone_open('EUROPE/Moskov')); echo date('d.m.Y H:i', 0);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SM5Gp
function name:  (null)
number of ops:  13
compiled vars:  !0 = $date
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date_timezone_set'
          1        SEND_VAR                                                 !0
          2        INIT_FCALL                                               'timezone_open'
          3        SEND_VAL                                                 'EUROPE%2FMoskov'
          4        DO_ICALL                                         $1      
          5        SEND_VAR                                                 $1
          6        DO_ICALL                                                 
    3     7        INIT_FCALL                                               'date'
          8        SEND_VAL                                                 'd.m.Y+H%3Ai'
          9        SEND_VAL                                                 0
         10        DO_ICALL                                         $3      
         11        ECHO                                                     $3
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.94 ms | 1394 KiB | 19 Q