--TEST-- Bug #74454 (Wrong exception being thrown when using ReflectionMethod) --FILE-- getMessage(), PHP_EOL; } function load_file() { require __DIR__ . '/bug74454.inc'; } ?> ===DONE=== --EXPECTF-- ParseError: syntax error, unexpected 'if' (T_IF), expecting function (T_FUNCTION) or const (T_CONST) ===DONE===