3v4l.org

run code in 300+ PHP versions simultaneously
<?php class AA { function BB() { return '3'; } } function CC() { return '4'; } aa::bb().cc();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lGMVK
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   INIT_STATIC_METHOD_CALL                                  'aa', 'bb'
          1        DO_FCALL                                      0  $0      
          2        INIT_FCALL                                               'cc'
          3        DO_FCALL                                      0  $1      
          4        CONCAT                                           ~2      $0, $1
          5        FREE                                                     ~2
          6      > RETURN                                                   1

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

End of function cc

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

End of function bb

End of class AA.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.1 ms | 1397 KiB | 14 Q