Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/A1a7q function name: (null) number of ops: 14 compiled vars: !0 = $t, !1 = $r line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 24 0 E > DECLARE_CLASS 'testinterfacechild' 27 1 DECLARE_CLASS 'testparent' 29 2 DECLARE_CLASS 'testchild', 'testparent' 32 3 NEW $2 'TestChild' 4 DO_FCALL 0 5 ASSIGN !0, $2 33 6 NEW $5 'ReflectionClass' 7 SEND_VAR_EX !0 8 DO_FCALL 0 9 ASSIGN !1, $5 34 10 INIT_FCALL 'count_attributes' 11 SEND_VAR !1 12 DO_FCALL 0 13 > RETURN 1 Function count_attributes: Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 18, Position 2 = 24 Branch analysis from position: 18 2 jumps found. (Code = 77) Position 1 = 28, Position 2 = 36 Branch analysis from position: 28 2 jumps found. (Code = 78) Position 1 = 29, Position 2 = 36 Branch analysis from position: 29 1 jumps found. (Code = 42) Position 1 = 28 Branch analysis from position: 28 Branch analysis from position: 36 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 36 Branch analysis from position: 24 filename: /in/A1a7q function name: count_attributes number of ops: 38 compiled vars: !0 = $class, !1 = $indent, !2 = $count, !3 = $parent, !4 = $interfaces, !5 = $interface line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > RECV !0 1 RECV_INIT !1 '' 4 2 INIT_METHOD_CALL !0, 'getAttributes' 3 DO_FCALL 0 $6 4 COUNT ~7 $6 5 ASSIGN !2, ~7 5 6 ROPE_INIT 5 ~11 !1 7 INIT_METHOD_CALL !0, 'getName' 8 DO_FCALL 0 $9 9 ROPE_ADD 1 ~11 ~11, $9 10 ROPE_ADD 2 ~11 ~11, '+as+' 11 ROPE_ADD 3 ~11 ~11, !2 12 ROPE_END 4 ~10 ~11, '+attributes%0A' 13 ECHO ~10 7 14 INIT_METHOD_CALL !0, 'getParentClass' 15 DO_FCALL 0 $14 16 ASSIGN !3, $14 8 17 > JMPZ !3, ->24 9 18 > INIT_FCALL_BY_NAME 'count_attributes' 19 SEND_VAR_EX !3 20 NOP 21 FAST_CONCAT ~16 !1, '++' 22 SEND_VAL_EX ~16 23 DO_FCALL 0 12 24 > INIT_METHOD_CALL !0, 'getInterfaces' 25 DO_FCALL 0 $18 26 ASSIGN !4, $18 13 27 > FE_RESET_R $20 !4, ->36 28 > > FE_FETCH_R $20, !5, ->36 14 29 > INIT_FCALL_BY_NAME 'count_attributes' 30 SEND_VAR_EX !5 31 NOP 32 FAST_CONCAT ~21 !1, '++' 33 SEND_VAL_EX ~21 34 DO_FCALL 0 13 35 > JMP ->28 36 > FE_FREE $20 16 37 > RETURN null End of function count_attributes Class TestAttribute: [no user functions] Class TestInterfaceParent: [no user functions] Class TestInterfaceChild: [no user functions] Class TestParent: [no user functions] Class TestChild: [no user functions]
Generated using Vulcan Logic Dumper, using php 8.0.0