3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 'abcdefghijlmnoprstuvyz'; $b = 'abcdefghijlmnoprstuvz'; $al = strlen($a); $bl = strlen($b); for ($i = 0; $i < $al; $i++) { for ($j = 0; $j < $al; $j++) { for ($k = 0; $k < $bl; $k++) { echo 'auda' . $a[$i] . $a[$j] . $b[$k] . "\n"; } } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 27
Branch analysis from position: 27
2 jumps found. (Code = 44) Position 1 = 29, Position 2 = 8
Branch analysis from position: 29
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 24
Branch analysis from position: 24
2 jumps found. (Code = 44) Position 1 = 26, Position 2 = 10
Branch analysis from position: 26
2 jumps found. (Code = 44) Position 1 = 29, Position 2 = 8
Branch analysis from position: 29
Branch analysis from position: 8
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 21
Branch analysis from position: 21
2 jumps found. (Code = 44) Position 1 = 23, Position 2 = 12
Branch analysis from position: 23
2 jumps found. (Code = 44) Position 1 = 26, Position 2 = 10
Branch analysis from position: 26
Branch analysis from position: 10
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 23, Position 2 = 12
Branch analysis from position: 23
Branch analysis from position: 12
filename:       /in/hje77
function name:  (null)
number of ops:  30
compiled vars:  !0 = $a, !1 = $b, !2 = $al, !3 = $bl, !4 = $i, !5 = $j, !6 = $k
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'abcdefghijlmnoprstuvyz'
    4     1        ASSIGN                                                   !1, 'abcdefghijlmnoprstuvz'
    6     2        STRLEN                                           ~9      !0
          3        ASSIGN                                                   !2, ~9
    7     4        STRLEN                                           ~11     !1
          5        ASSIGN                                                   !3, ~11
    9     6        ASSIGN                                                   !4, 0
          7      > JMP                                                      ->27
   10     8    >   ASSIGN                                                   !5, 0
          9      > JMP                                                      ->24
   11    10    >   ASSIGN                                                   !6, 0
         11      > JMP                                                      ->21
   12    12    >   FETCH_DIM_R                                      ~16     !0, !4
         13        CONCAT                                           ~17     'auda', ~16
         14        FETCH_DIM_R                                      ~18     !0, !5
         15        CONCAT                                           ~19     ~17, ~18
         16        FETCH_DIM_R                                      ~20     !1, !6
         17        CONCAT                                           ~21     ~19, ~20
         18        CONCAT                                           ~22     ~21, '%0A'
         19        ECHO                                                     ~22
   11    20        PRE_INC                                                  !6
         21    >   IS_SMALLER                                               !6, !3
         22      > JMPNZ                                                    ~24, ->12
   10    23    >   PRE_INC                                                  !5
         24    >   IS_SMALLER                                               !5, !2
         25      > JMPNZ                                                    ~26, ->10
    9    26    >   PRE_INC                                                  !4
         27    >   IS_SMALLER                                               !4, !2
         28      > JMPNZ                                                    ~28, ->8
   15    29    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.91 ms | 1395 KiB | 13 Q