3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($d=strtotime("1/1/13"),$t=strtotime('6/8/13');$i++<=365;$d=strtotime("+1d",$d))if($d!=$t)echo date('F jS',$d)."\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 = 9
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
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 = 9
Branch analysis from position: 25
Branch analysis from position: 9
Branch analysis from position: 17
filename:       /in/99fDb
function name:  (null)
number of ops:  26
compiled vars:  !0 = $d, !1 = $t, !2 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 '1%2F1%2F13'
          2        DO_ICALL                                         $3      
          3        ASSIGN                                                   !0, $3
          4        INIT_FCALL                                               'strtotime'
          5        SEND_VAL                                                 '6%2F8%2F13'
          6        DO_ICALL                                         $5      
          7        ASSIGN                                                   !1, $5
          8      > JMP                                                      ->22
          9    >   IS_NOT_EQUAL                                             !0, !1
         10      > JMPZ                                                     ~7, ->17
         11    >   INIT_FCALL                                               'date'
         12        SEND_VAL                                                 'F+jS'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                         $8      
         15        CONCAT                                           ~9      $8, '%0A'
         16        ECHO                                                     ~9
         17    >   INIT_FCALL                                               'strtotime'
         18        SEND_VAL                                                 '%2B1d'
         19        SEND_VAR                                                 !0
         20        DO_ICALL                                         $10     
         21        ASSIGN                                                   !0, $10
         22    >   POST_INC                                         ~12     !2
         23        IS_SMALLER_OR_EQUAL                                      ~12, 365
         24      > JMPNZ                                                    ~13, ->9
         25    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.77 ms | 1395 KiB | 17 Q