Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
Found catch point at position: 10
Branch analysis from position: 10
2 jumps found. (Code = 107) Position 1 = 11, Position 2 = -2
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/sdGDg
function name: (null)
number of ops: 15
compiled vars: !0 = $myBrokenModel, !1 = $e
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
24 0 E > NEW $2 'MyModel'
1 DO_FCALL 0
2 ASSIGN !0, $2
26 3 ASSIGN_OBJ !0, 'some_data'
4 OP_DATA 'data+is+broken'
29 5 INIT_STATIC_METHOD_CALL 'MyModelException', 'brokenData'
6 SEND_VAR !0
7 DO_FCALL 0 $6
8 > THROW 0 $6
9* JMP ->14
30 10 E > > CATCH last 'Exception'
31 11 > INIT_FCALL 'var_dump'
12 SEND_VAR !1
13 DO_ICALL
32 14 > RETURN 1
Class MyModelException:
Function brokendata:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/sdGDg
function name: brokenData
number of ops: 15
compiled vars: !0 = $myModel, !1 = $exception
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
5 0 E > RECV !0
7 1 NEW static $2
8 2 FETCH_OBJ_R ~3 !0, 'some_data'
3 CONCAT ~4 'Wrong+data+of+some_data+in+persistent+storage%3A+', ~3
9 4 CONCAT ~5 ~4, '%0A'
10 5 CONCAT ~6 ~5, 'Serialized+object+of+model%3A'
11 6 INIT_FCALL 'serialize'
7 SEND_VAR !0
8 DO_ICALL $7
9 CONCAT ~8 ~6, $7
10 SEND_VAL_EX ~8
7 11 DO_FCALL 0
12 ASSIGN !1, $2
16 13 > RETURN !1
17 14* > RETURN null
End of function brokendata
End of class MyModelException.
Class MyModel: [no user functions]
Generated using Vulcan Logic Dumper, using php 8.0.0