3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.48 ms | 1398 KiB | 15 Q