Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/hfUIS
function name: (null)
number of ops: 10
compiled vars: !0 = $foobar
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > INIT_FCALL 'phpversion'
1 DO_ICALL $1
2 IS_SMALLER_OR_EQUAL ~2 '7.0.0', $1
3 > JMPNZ_EX ~2 ~2, ->6
4 > > EXIT
5* BOOL ~2 <true>
25 6 > NEW $3 'Foobar'
7 DO_FCALL 0
8 ASSIGN !0, $3
9 > RETURN 1
Class FooBar:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/hfUIS
function name: __construct
number of ops: 22
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
9 0 E > INIT_FCALL 'var_dump'
1 FETCH_THIS ~0
2 SEND_VAL ~0
3 DO_ICALL
11 4 ECHO 'Let%27s+remove+a+property%21'
5 ECHO '%0A'
13 6 UNSET_OBJ 'x'
14 7 INIT_FCALL 'var_dump'
8 FETCH_THIS ~2
9 SEND_VAL ~2
10 DO_ICALL
16 11 ECHO 'Let%27s+add+a+property%21'
12 ECHO '%0A'
18 13 ASSIGN_OBJ 'x'
14 OP_DATA 2
19 15 INIT_FCALL 'var_dump'
16 FETCH_THIS ~5
17 SEND_VAL ~5
18 DO_ICALL
21 19 ECHO 'Where+did+the+private+come+from%3F'
20 ECHO '%0A'
22 21 > RETURN null
End of function __construct
End of class FooBar.
Generated using Vulcan Logic Dumper, using php 8.0.0