3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = mktime(0,0,0,null,null,2014); var_dump($time, 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/TvMvG
function name:  (null)
number of ops:  18
compiled vars:  !0 = $time
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'mktime'
          1        SEND_VAL                                                 0
          2        SEND_VAL                                                 0
          3        SEND_VAL                                                 0
          4        SEND_VAL                                                 null
          5        SEND_VAL                                                 null
          6        SEND_VAL                                                 2014
          7        DO_ICALL                                         $1      
          8        ASSIGN                                                   !0, $1
    4     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !0
         11        INIT_FCALL                                               'date'
         12        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                         $3      
         15        SEND_VAR                                                 $3
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.01 ms | 1394 KiB | 19 Q