3v4l.org

run code in 500+ PHP versions simultaneously
<?php $current_year = date("Y"); print_r(range($current_year,$current_year-3));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VTKoH
function name:  (null)
number of ops:  13
compiled vars:  !0 = $current_year
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'date'
          1        SEND_VAL                                                     'Y'
          2        DO_ICALL                                             $1      
          3        ASSIGN                                                       !0, $1
    5     4        INIT_FCALL                                                   'print_r'
          5        INIT_FCALL                                                   'range'
          6        SEND_VAR                                                     !0
          7        SUB                                                  ~3      !0, 3
          8        SEND_VAL                                                     ~3
          9        DO_ICALL                                             $4      
         10        SEND_VAR                                                     $4
         11        DO_ICALL                                                     
         12      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
171.37 ms | 2109 KiB | 16 Q