3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(array_combine(range(date("Y") - 20, date("Y")), range(date("Y") - 20, date("Y"))));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WlLdT
function name:  (null)
number of ops:  30
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'array_combine'
          2        INIT_FCALL                                               'range'
          3        INIT_FCALL                                               'date'
          4        SEND_VAL                                                 'Y'
          5        DO_ICALL                                         $0      
          6        SUB                                              ~1      $0, 20
          7        SEND_VAL                                                 ~1
          8        INIT_FCALL                                               'date'
          9        SEND_VAL                                                 'Y'
         10        DO_ICALL                                         $2      
         11        SEND_VAR                                                 $2
         12        DO_ICALL                                         $3      
         13        SEND_VAR                                                 $3
         14        INIT_FCALL                                               'range'
         15        INIT_FCALL                                               'date'
         16        SEND_VAL                                                 'Y'
         17        DO_ICALL                                         $4      
         18        SUB                                              ~5      $4, 20
         19        SEND_VAL                                                 ~5
         20        INIT_FCALL                                               'date'
         21        SEND_VAL                                                 'Y'
         22        DO_ICALL                                         $6      
         23        SEND_VAR                                                 $6
         24        DO_ICALL                                         $7      
         25        SEND_VAR                                                 $7
         26        DO_ICALL                                         $8      
         27        SEND_VAR                                                 $8
         28        DO_ICALL                                                 
         29      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.04 ms | 1395 KiB | 21 Q