Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/LTc8E function name: (null) number of ops: 28 compiled vars: !0 = $f, !1 = $b, !2 = $s line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 9 0 E > DECLARE_CLASS 'foo' 13 1 DECLARE_CLASS 'bar' 17 2 NEW $3 'Foo' 3 DO_FCALL 0 4 ASSIGN !0, $3 18 5 NEW $6 'Bar' 6 DO_FCALL 0 7 ASSIGN !1, $6 20 8 INIT_FCALL 'var_dump' 9 INIT_METHOD_CALL !0, 'test' 10 DO_FCALL 0 $9 11 SEND_VAR $9 12 DO_ICALL 22 13 INIT_FCALL 'var_dump' 14 INIT_METHOD_CALL !1, 'test' 15 DO_FCALL 0 $11 16 SEND_VAR $11 17 DO_ICALL 39 18 DECLARE_CLASS 'someclass' 45 19 NEW $13 'SomeClass' 20 DO_FCALL 0 21 ASSIGN !2, $13 47 22 INIT_FCALL 'var_dump' 23 INIT_METHOD_CALL !2, 'method' 24 DO_FCALL 0 $16 25 SEND_VAR $16 26 DO_ICALL 27 > RETURN 1 Class Test: Function test: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/LTc8E function name: test number of ops: 3 compiled vars: none line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 5 0 E > FETCH_THIS ~0 1 > RETURN ~0 6 2* > RETURN null End of function test End of class Test. Class Foo: [no user functions] Class Bar: [no user functions] Class SimpleInterface: Function method: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/LTc8E function name: method number of ops: 2 compiled vars: none line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 27 0 E > VERIFY_RETURN_TYPE 1 > RETURN null End of function method End of class SimpleInterface. Class SimpleTrait: Function method: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/LTc8E function name: method number of ops: 5 compiled vars: none line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 35 0 E > FETCH_THIS ~0 1 VERIFY_RETURN_TYPE ~0 2 > RETURN ~0 36 3* VERIFY_RETURN_TYPE 4* > RETURN null End of function method End of class SimpleTrait. Class SomeClass: [no user functions]
Generated using Vulcan Logic Dumper, using php 8.0.0