3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($d=1; $d<=12; $d++){ if($d < 10) { $s = 0 . $d; echo date("M", $s) . '<br/>'; } }
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 = 2
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 12
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 2
Branch analysis from position: 15
Branch analysis from position: 2
Branch analysis from position: 12
filename:       /in/NgbYS
function name:  (null)
number of ops:  16
compiled vars:  !0 = $d, !1 = $s
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1
          1      > JMP                                                      ->13
    4     2    >   IS_SMALLER                                               !0, 10
          3      > JMPZ                                                     ~3, ->12
    5     4    >   CONCAT                                           ~4      '0', !0
          5        ASSIGN                                                   !1, ~4
    6     6        INIT_FCALL                                               'date'
          7        SEND_VAL                                                 'M'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $6      
         10        CONCAT                                           ~7      $6, '%3Cbr%2F%3E'
         11        ECHO                                                     ~7
    2    12    >   PRE_INC                                                  !0
         13    >   IS_SMALLER_OR_EQUAL                                      !0, 12
         14      > JMPNZ                                                    ~9, ->2
    9    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.14 ms | 1395 KiB | 15 Q