3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.63 ms | 1399 KiB | 17 Q