3v4l.org

run code in 300+ PHP versions simultaneously
<?php $author = array( array('james', 'brandun', 'test'), array('bond', 'maculam', 'kumar'), array('affiliation', 'affiliation', 'affiliation') ); print_r($author); function (array $author, $value){ for ($i = 0; $i < count($author); $i++) { for ($j = 0; $j < count($author[$i]); $i++) { echo "<li>".$shop[$i][$j]."</li>"; } } } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mWU0h
function name:  (null)
number of ops:  7
compiled vars:  !0 = $author
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    8     1        INIT_FCALL                                               'print_r'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                                 
   10     4        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2FmWU0h%3A10%240'
   18     5        FREE                                                     ~3
   20     6      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2FmWU0h%3A10%240:
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 = 20, Position 2 = 4
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 6
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 4
Branch analysis from position: 20
Branch analysis from position: 4
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 6
Branch analysis from position: 16
Branch analysis from position: 6
filename:       /in/mWU0h
function name:  {closure}
number of ops:  21
compiled vars:  !0 = $author, !1 = $value, !2 = $i, !3 = $j, !4 = $shop
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   RECV                                             !0      
          1        RECV                                             !1      
   11     2        ASSIGN                                                   !2, 0
          3      > JMP                                                      ->17
   13     4    >   ASSIGN                                                   !3, 0
          5      > JMP                                                      ->12
   15     6    >   FETCH_DIM_R                                      ~7      !4, !2
          7        FETCH_DIM_R                                      ~8      ~7, !3
          8        CONCAT                                           ~9      '%3Cli%3E', ~8
          9        CONCAT                                           ~10     ~9, '%3C%2Fli%3E'
         10        ECHO                                                     ~10
   13    11        PRE_INC                                                  !2
         12    >   FETCH_DIM_R                                      ~12     !0, !2
         13        COUNT                                            ~13     ~12
         14        IS_SMALLER                                               !3, ~13
         15      > JMPNZ                                                    ~14, ->6
   11    16    >   PRE_INC                                                  !2
         17    >   COUNT                                            ~16     !0
         18        IS_SMALLER                                               !2, ~16
         19      > JMPNZ                                                    ~17, ->4
   18    20    > > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2FmWU0h%3A10%240

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.26 ms | 1396 KiB | 15 Q