3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i=1; $i<13; $i++) { echo date('F', mktime(0,0,0,$i)).', '; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 2
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 2
Branch analysis from position: 17
Branch analysis from position: 2
filename:       /in/NVU8e
function name:  (null)
number of ops:  18
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1
          1      > JMP                                                      ->15
    4     2    >   INIT_FCALL                                               'date'
          3        SEND_VAL                                                 'F'
          4        INIT_FCALL                                               'mktime'
          5        SEND_VAL                                                 0
          6        SEND_VAL                                                 0
          7        SEND_VAL                                                 0
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $2      
         10        SEND_VAR                                                 $2
         11        DO_ICALL                                         $3      
         12        CONCAT                                           ~4      $3, '%2C+'
         13        ECHO                                                     ~4
    3    14        PRE_INC                                                  !0
         15    >   IS_SMALLER                                               !0, 13
         16      > JMPNZ                                                    ~6, ->2
    5    17    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.37 ms | 1395 KiB | 17 Q