Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/aYAHn function name: (null) number of ops: 12 compiled vars: !0 = $user, !1 = $grades line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 6 0 E > CAST 8 ~2 <array> 4 1 ASSIGN !0, ~2 19 2 INIT_FCALL 'getstudentgradesfromroles' 3 FETCH_OBJ_R ~4 !0, 'roles' 4 CAST 7 ~5 ~4 5 SEND_VAL ~5 6 DO_FCALL 0 $6 7 ASSIGN !1, $6 20 8 INIT_FCALL 'var_dump' 9 SEND_VAR !1 10 DO_ICALL 11 > RETURN 1 Function getstudentgradesfromroles: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/aYAHn function name: getStudentGradesFromRoles number of ops: 11 compiled vars: !0 = $roles line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 15 0 E > RECV !0 16 1 INIT_FCALL 'array_values' 2 INIT_FCALL 'preg_filter' 3 SEND_VAL '%7E%5Egrade_%28%5Cd%29_student%24%7E' 4 SEND_VAL 'grade-%241' 5 SEND_VAR !0 6 DO_ICALL $1 7 SEND_VAR $1 8 DO_ICALL $2 9 > RETURN $2 17 10* > RETURN null End of function getstudentgradesfromroles
Generated using Vulcan Logic Dumper, using php 8.0.0