3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.05 ms | 1394 KiB | 17 Q