3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.71 ms | 1395 KiB | 15 Q