Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/YeOVa
function name: (null)
number of ops: 11
compiled vars: !0 = $dog, !1 = $reflector
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
9 0 E > NEW $2 'Dog'
1 DO_FCALL 0
2 ASSIGN !0, $2
11 3 NEW $5 'ReflectionMethod'
4 SEND_VAR_EX !0
5 SEND_VAL_EX 'run'
6 DO_FCALL 0
7 ASSIGN !1, $5
12 8 FETCH_OBJ_R ~8 !1, 'class'
9 ECHO ~8
13 10 > RETURN 1
Class Animal:
Function run:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/YeOVa
function name: run
number of ops: 2
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
4 0 E > > RETURN 'run'
5 1* > RETURN null
End of function run
End of class Animal.
Class Dog:
Function run:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/YeOVa
function name: run
number of ops: 2
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
4 0 E > > RETURN 'run'
5 1* > RETURN null
End of function run
End of class Dog.
Generated using Vulcan Logic Dumper, using php 8.0.0