3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = 1990; $end = 2050; $result = []; for($i = $start; $i <= $end; $i++){ $result[] = date('Y-m-d', easter_date($i)); } print_r($result);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 5
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 5
Branch analysis from position: 17
Branch analysis from position: 5
filename:       /in/dYE5h
function name:  (null)
number of ops:  21
compiled vars:  !0 = $start, !1 = $end, !2 = $result, !3 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1990
    4     1        ASSIGN                                                   !1, 2050
    6     2        ASSIGN                                                   !2, <array>
    7     3        ASSIGN                                                   !3, !0
          4      > JMP                                                      ->15
    8     5    >   INIT_FCALL                                               'date'
          6        SEND_VAL                                                 'Y-m-d'
          7        INIT_FCALL_BY_NAME                                       'easter_date'
          8        SEND_VAR_EX                                              !3
          9        DO_FCALL                                      0  $9      
         10        SEND_VAR                                                 $9
         11        DO_ICALL                                         $10     
         12        ASSIGN_DIM                                               !2
         13        OP_DATA                                                  $10
    7    14        PRE_INC                                                  !3
         15    >   IS_SMALLER_OR_EQUAL                                      !3, !1
         16      > JMPNZ                                                    ~12, ->5
   11    17    >   INIT_FCALL                                               'print_r'
         18        SEND_VAR                                                 !2
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.23 ms | 1386 KiB | 17 Q