3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
190.56 ms | 1394 KiB | 17 Q