3v4l.org

run code in 300+ PHP versions simultaneously
<?php $day = strtotime("1/1/13"); for ($i=0;$i++<=365;$day=strtotime("tomorrow",$day))if($day!=strtotime('6/8/13'))echo date('F jS',$day)."\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
2 jumps found. (Code = 44) Position 1 = 25, Position 2 = 6
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 17
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 25, Position 2 = 6
Branch analysis from position: 25
Branch analysis from position: 6
Branch analysis from position: 17
filename:       /in/BkiNs
function name:  (null)
number of ops:  26
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                                                      ->22
          6    >   INIT_FCALL                                               'strtotime'
          7        SEND_VAL                                                 '6%2F8%2F13'
          8        DO_ICALL                                         $5      
          9        IS_NOT_EQUAL                                             !0, $5
         10      > JMPZ                                                     ~6, ->17
         11    >   INIT_FCALL                                               'date'
         12        SEND_VAL                                                 'F+jS'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                         $7      
         15        CONCAT                                           ~8      $7, '%0A'
         16        ECHO                                                     ~8
         17    >   INIT_FCALL                                               'strtotime'
         18        SEND_VAL                                                 'tomorrow'
         19        SEND_VAR                                                 !0
         20        DO_ICALL                                         $9      
         21        ASSIGN                                                   !0, $9
         22    >   POST_INC                                         ~11     !1
         23        IS_SMALLER_OR_EQUAL                                      ~11, 365
         24      > JMPNZ                                                    ~12, ->6
         25    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.3 ms | 1399 KiB | 17 Q