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-13 01:27:29 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fdc239e4c5
parser
/
tests
/
fixtures
/
0005
/
code.php
10 lines
79 B
PHP
Raw
Normal View
History
Unescape
Escape
support more types (#120)
2022-11-28 18:20:31 +01:00
<
?
php
function
foo
()
:
never
{
try
{
bar
();
chore: better parser errors (#126)
2022-11-29 01:46:05 +01:00
}
catch
{
support more types (#120)
2022-11-28 18:20:31 +01:00
}
}
Reference in New Issue
Copy Permalink