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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
179.21 ms | 1394 KiB | 13 Q