3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.68 ms | 1395 KiB | 17 Q