3v4l.org

run code in 300+ PHP versions simultaneously
<?php function testMethod() { echo 'test'; } $test = array( 'a' => array( 'b' => 'testMethod' ) ); $test['a']['b']();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GgrXB
function name:  (null)
number of ops:  6
compiled vars:  !0 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   ASSIGN                                                   !0, <array>
   12     1        FETCH_DIM_R                                      ~2      !0, 'a'
          2        FETCH_DIM_R                                      ~3      ~2, 'b'
          3        INIT_DYNAMIC_CALL                                        ~3
          4        DO_FCALL                                      0          
          5      > RETURN                                                   1

Function testmethod:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GgrXB
function name:  testMethod
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     'test'
    4     1      > RETURN                                                   null

End of function testmethod

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.15 ms | 1393 KiB | 13 Q