3v4l.org

run code in 300+ PHP versions simultaneously
<?php $months = array("January", "February", "March", "April", "May", "june", "July", "August", "September", "October", "November", "December"); for ($i=0; $i < 12; $i++) { echo date('F', strtotime($months[$i])); } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 3
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 3
Branch analysis from position: 15
Branch analysis from position: 3
filename:       /in/Y3pIs
function name:  (null)
number of ops:  16
compiled vars:  !0 = $months, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->13
    4     3    >   INIT_FCALL                                               'date'
          4        SEND_VAL                                                 'F'
          5        INIT_FCALL                                               'strtotime'
          6        FETCH_DIM_R                                      ~4      !0, !1
          7        SEND_VAL                                                 ~4
          8        DO_ICALL                                         $5      
          9        SEND_VAR                                                 $5
         10        DO_ICALL                                         $6      
         11        ECHO                                                     $6
    3    12        PRE_INC                                                  !1
         13    >   IS_SMALLER                                               !1, 12
         14      > JMPNZ                                                    ~8, ->3
    6    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.95 ms | 1394 KiB | 17 Q