3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.5 ms | 1395 KiB | 15 Q