3v4l.org

run code in 500+ PHP versions simultaneously
<?php $year=2025; while ($year <= 2050) { $easterDate = easter_date($year); echo $easterYear = date('Y', $easterDate), " "; echo $easterDay = date('d', $easterDate), " "; echo $easterMonth = date('F', $easterDate), "<br>"; $year++; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 28
Branch analysis from position: 28
2 jumps found. (Code = 44) Position 1 = 30, Position 2 = 2
Branch analysis from position: 30
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 30, Position 2 = 2
Branch analysis from position: 30
Branch analysis from position: 2
filename:       /in/Jfvi6
function name:  (null)
number of ops:  31
compiled vars:  !0 = $year, !1 = $easterDate, !2 = $easterYear, !3 = $easterDay, !4 = $easterMonth
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 2025
    5     1      > JMP                                                          ->28
    7     2    >   INIT_FCALL_BY_NAME                                           'easter_date'
          3        SEND_VAR_EX                                                  !0
          4        DO_FCALL                                          0  $6      
          5        ASSIGN                                                       !1, $6
    8     6        INIT_FCALL                                                   'date'
          7        SEND_VAL                                                     'Y'
          8        SEND_VAR                                                     !1
          9        DO_ICALL                                             $8      
         10        ASSIGN                                               ~9      !2, $8
         11        ECHO                                                         ~9
         12        ECHO                                                         '+'
    9    13        INIT_FCALL                                                   'date'
         14        SEND_VAL                                                     'd'
         15        SEND_VAR                                                     !1
         16        DO_ICALL                                             $10     
         17        ASSIGN                                               ~11     !3, $10
         18        ECHO                                                         ~11
         19        ECHO                                                         '+'
   10    20        INIT_FCALL                                                   'date'
         21        SEND_VAL                                                     'F'
         22        SEND_VAR                                                     !1
         23        DO_ICALL                                             $12     
         24        ASSIGN                                               ~13     !4, $12
         25        ECHO                                                         ~13
         26        ECHO                                                         '%3Cbr%3E'
   12    27        PRE_INC                                                      !0
    5    28    >   IS_SMALLER_OR_EQUAL                                          !0, 2050
         29      > JMPNZ                                                        ~15, ->2
   13    30    > > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
165.53 ms | 3523 KiB | 14 Q