Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/Nl7dL function name: (null) number of ops: 9 compiled vars: !0 = $foo line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 29 0 E > NEW $1 'Foo' 1 DO_FCALL 0 2 ASSIGN !0, $1 30 3 INIT_METHOD_CALL !0, 'runBar' 4 DO_FCALL 0 32 5 INIT_FCALL 'var_dump' 6 SEND_VAR !0 7 DO_ICALL 8 > RETURN 1 Class Foo: Function runbar: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 42) Position 1 = 6 Branch analysis from position: 6 1 jumps found. (Code = 161) Position 1 = -2 Found catch point at position: 4 Branch analysis from position: 4 2 jumps found. (Code = 107) Position 1 = 5, Position 2 = -2 Branch analysis from position: 5 1 jumps found. (Code = 161) Position 1 = -2 filename: /in/Nl7dL function name: runBar number of ops: 7 compiled vars: !0 = $e line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 8 0 E > GENERATOR_CREATE 11 1 INIT_METHOD_CALL 'bar' 2 DO_FCALL 0 3 > JMP ->6 12 4 E > > CATCH last 'Exception' 15 5 > YIELD 17 6 > > GENERATOR_RETURN End of function runbar Function bar: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 108) Position 1 = -2 filename: /in/Nl7dL function name: bar number of ops: 9 compiled vars: none line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 21 0 E > ASSIGN_OBJ 'state' 1 OP_DATA 'unstable' 22 2 ASSIGN_OBJ 'resource' 3 OP_DATA 'Some+external+service' 24 4 NEW $2 'Exception' 5 SEND_VAL_EX 'Something+went+wrong+with+our+resource%2C+we%27re+now+in+an+unstable+state' 6 DO_FCALL 0 7 > THROW 0 $2 25 8* > RETURN null End of function bar End of class Foo.
Generated using Vulcan Logic Dumper, using php 8.0.0