Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/DHPd4 function name: (null) number of ops: 7 compiled vars: !0 = $d line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 17 0 E > NEW $1 'DemoFile' 1 DO_FCALL 0 2 ASSIGN !0, $1 18 3 INIT_METHOD_CALL !0, 'run' 4 SEND_VAL_EX <array> 5 DO_FCALL 0 6 > RETURN 1 Class DemoFile: Function run: Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 9 Branch analysis from position: 2 2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 9 Branch analysis from position: 3 1 jumps found. (Code = 108) Position 1 = -2 Branch analysis from position: 9 1 jumps found. (Code = 42) Position 1 = 14 Branch analysis from position: 14 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 9 Found catch point at position: 11 Branch analysis from position: 11 2 jumps found. (Code = 107) Position 1 = 12, Position 2 = -2 Branch analysis from position: 12 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/DHPd4 function name: run number of ops: 15 compiled vars: !0 = $data, !1 = $val, !2 = $key line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 5 0 E > RECV !0 8 1 > FE_RESET_R $3 !0, ->9 2 > > FE_FETCH_R ~4 $3, !1, ->9 3 > ASSIGN !2, ~4 9 4 NEW $6 'Exception' 5 SEND_VAL_EX 'test' 6 DO_FCALL 0 7 > THROW 0 $6 8 8* JMP ->2 9 > FE_FREE $3 10 > JMP ->14 11 11 E > > CATCH last 'Throwable' 12 12 > CONCAT ~8 'Failed+at+value+', !1 13 ECHO ~8 14 14 > > RETURN null End of function run End of class DemoFile.
Generated using Vulcan Logic Dumper, using php 8.0.0