Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/hColU function name: (null) number of ops: 36 compiled vars: !0 = $r line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > DECLARE_CLASS 'suit' 12 1 DECLARE_CLASS 'mybool' 19 2 NEW $1 'ReflectionClass' 3 SEND_VAL_EX 'Suit' 4 DO_FCALL 0 5 ASSIGN !0, $1 20 6 ECHO !0 21 7 ECHO '%0A' 22 8 NEW $4 'ReflectionEnum' 9 SEND_VAL_EX 'Suit' 10 DO_FCALL 0 11 ASSIGN !0, $4 23 12 ECHO !0 25 13 INIT_FCALL 'var_export' 14 INIT_STATIC_METHOD_CALL 'Suit', 'cases' 15 DO_FCALL 0 $7 16 SEND_VAR $7 17 DO_ICALL 27 18 ECHO '%0A%0A%0A' 29 19 NEW $9 'ReflectionClass' 20 SEND_VAL_EX 'MyBool' 21 DO_FCALL 0 22 ASSIGN !0, $9 30 23 ECHO !0 31 24 ECHO '%0A' 32 25 NEW $12 'ReflectionEnum' 26 SEND_VAL_EX 'MyBool' 27 DO_FCALL 0 28 ASSIGN !0, $12 33 29 ECHO !0 35 30 INIT_FCALL 'var_export' 31 INIT_STATIC_METHOD_CALL 'MyBool', 'cases' 32 DO_FCALL 0 $15 33 SEND_VAR $15 34 DO_ICALL 35 > RETURN 1 Class Suit: [no user functions] Class MyBool: [no user functions]
Generated using Vulcan Logic Dumper, using php 8.0.0