3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i=1; $i<13; $i++) { echo date('F', mktime(0,0,0,$i)).', '; } for ($i=1; $i<13; $i++) { echo date('F', mktime(0,0,0,$i,1)) . ", "; }
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 = 42) Position 1 = 33
Branch analysis from position: 33
2 jumps found. (Code = 44) Position 1 = 35, Position 2 = 19
Branch analysis from position: 35
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
2 jumps found. (Code = 44) Position 1 = 35, Position 2 = 19
Branch analysis from position: 35
Branch analysis from position: 19
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/rjPhc
function name:  (null)
number of ops:  36
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
    7    17    >   ASSIGN                                                   !0, 1
         18      > JMP                                                      ->33
    8    19    >   INIT_FCALL                                               'date'
         20        SEND_VAL                                                 'F'
         21        INIT_FCALL                                               'mktime'
         22        SEND_VAL                                                 0
         23        SEND_VAL                                                 0
         24        SEND_VAL                                                 0
         25        SEND_VAR                                                 !0
         26        SEND_VAL                                                 1
         27        DO_ICALL                                         $8      
         28        SEND_VAR                                                 $8
         29        DO_ICALL                                         $9      
         30        CONCAT                                           ~10     $9, '%2C+'
         31        ECHO                                                     ~10
    7    32        PRE_INC                                                  !0
         33    >   IS_SMALLER                                               !0, 13
         34      > JMPNZ                                                    ~12, ->19
    9    35    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.7 ms | 1401 KiB | 17 Q