3v4l.org

run code in 300+ PHP versions simultaneously
<?php $derp = mktime(0, 0, 0, date('n'), date('j') - date('w')); echo "\n".date('c', $derp);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bgcDL
function name:  (null)
number of ops:  25
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        INIT_FCALL                                               'date'
          9        SEND_VAL                                                 'j'
         10        DO_ICALL                                         $2      
         11        INIT_FCALL                                               'date'
         12        SEND_VAL                                                 'w'
         13        DO_ICALL                                         $3      
         14        SUB                                              ~4      $2, $3
         15        SEND_VAL                                                 ~4
         16        DO_ICALL                                         $5      
         17        ASSIGN                                                   !0, $5
    3    18        INIT_FCALL                                               'date'
         19        SEND_VAL                                                 'c'
         20        SEND_VAR                                                 !0
         21        DO_ICALL                                         $7      
         22        CONCAT                                           ~8      '%0A', $7
         23        ECHO                                                     ~8
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.59 ms | 1395 KiB | 17 Q