3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.16 ms | 1394 KiB | 17 Q