Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/j2tRa
function name: (null)
number of ops: 10
compiled vars: !0 = $foo
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 'bar'
12 1 INIT_FCALL 'var_dump'
2 SEND_VAR !0
3 DO_ICALL
13 4 INIT_FCALL 'foo'
5 DO_FCALL 0
14 6 INIT_FCALL 'var_dump'
7 SEND_VAR !0
8 DO_ICALL
9 > RETURN 1
Function foo:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/j2tRa
function name: foo
number of ops: 7
compiled vars: !0 = $foo
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
6 0 E > BIND_GLOBAL !0, 'foo'
7 1 INIT_FCALL 'var_dump'
2 SEND_VAR !0
3 DO_ICALL
8 4 UNSET_CV !0
9 5 ASSIGN !0, 'baz'
10 6 > RETURN null
End of function foo
Generated using Vulcan Logic Dumper, using php 8.0.0