Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/PjJZb
function name: (null)
number of ops: 17
compiled vars: !0 = $foo, !1 = $expose
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
14 0 E > NEW $2 'Foo'
1 DO_FCALL 0
2 ASSIGN !0, $2
15 3 INIT_FCALL 'var_dump'
4 INIT_METHOD_CALL !0, 'exposeMe'
5 DO_FCALL 0 $5
6 SEND_VAR $5
7 DO_ICALL
18 8 DECLARE_LAMBDA_FUNCTION ~7 [0]
9 ASSIGN !1, ~7
22 10 INIT_FCALL 'var_dump'
11 INIT_METHOD_CALL !1, 'call'
12 SEND_VAR_EX !0
13 DO_FCALL 0 $9
14 SEND_VAR $9
15 DO_ICALL
16 > RETURN 1
Dynamic Functions:
Dynamic Function 0
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/PjJZb
function name: {closure}
number of ops: 6
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
19 0 E > INIT_FCALL 'get_object_vars'
1 FETCH_THIS ~0
2 SEND_VAL ~0
3 DO_ICALL $1
4 > RETURN $1
20 5* > RETURN null
End of Dynamic Function 0
Class Foo:
Function exposeme:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/PjJZb
function name: exposeMe
number of ops: 6
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
10 0 E > INIT_FCALL 'get_object_vars'
1 FETCH_THIS ~0
2 SEND_VAL ~0
3 DO_ICALL $1
4 > RETURN $1
11 5* > RETURN null
End of function exposeme
End of class Foo.
Generated using Vulcan Logic Dumper, using php 8.0.0