This website requires JavaScript.
Explore
Help
Sign In
danog
/
parser
Watch
1
Star
0
Fork
0
You've already forked parser
mirror of
https://github.com/danog/parser.git
synced
2024-12-04 02:17:47 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b254e59bde
parser
/
phpast
/
samples
/
uses-closure.php
Ryan Chandler
fc731c468d
parser: ensure function statements only parse when followed by an ident
...
Closes
#12
2022-07-28 13:53:46 +01:00
3 lines
33 B
PHP
Raw
Blame
History
<
?
php
function
()
use
(
$bar
)
{};
Reference in New Issue
View Git Blame
Copy Permalink