3v4l.org

run code in 300+ PHP versions simultaneously
<?php $day = strtotime("1/1/13"); for ($i=0;$i++<=365;$day=strtotime("tomorrow",$day)) echo date('F jS',$day);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 6
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 6
Branch analysis from position: 19
Branch analysis from position: 6
filename:       /in/dNTfZ
function name:  (null)
number of ops:  20
compiled vars:  !0 = $day, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 '1%2F1%2F13'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        ASSIGN                                                   !1, 0
          5      > JMP                                                      ->16
          6    >   INIT_FCALL                                               'date'
          7        SEND_VAL                                                 'F+jS'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $5      
         10        ECHO                                                     $5
         11        INIT_FCALL                                               'strtotime'
         12        SEND_VAL                                                 'tomorrow'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                         $6      
         15        ASSIGN                                                   !0, $6
         16    >   POST_INC                                         ~8      !1
         17        IS_SMALLER_OR_EQUAL                                      ~8, 365
         18      > JMPNZ                                                    ~9, ->6
         19    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.58 ms | 1395 KiB | 17 Q