You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test goto exemption from 'looks like a function' rule
Like 'return', 'goto' is exempt from the "if it looks like a function,
it is parsed like a function" rule, so 'goto ($foo) . $bar' parses as
'goto $foo . $bar'. Previously, there had been no test for this special
case.
Fixes#23806.
(Also, remove trailing whitespace from test file.)
0 commit comments