This website requires JavaScript.
Explore
Help
Sign In
danog
/
PHP-Parser
Watch
1
Star
0
Fork
0
You've already forked PHP-Parser
mirror of
https://github.com/danog/PHP-Parser.git
synced
2024-12-02 17:28:27 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
dca46febc9
PHP-Parser
/
lib
/
PhpParser
/
Parser.php
6 lines
65 B
PHP
Raw
Normal View
History
Unescape
Escape
Initial commit
2011-04-18 19:02:30 +02:00
<
?
php
Port library to use namespaces, with BC for old names
2014-02-06 14:44:16 +01:00
namespace
PhpParser
;
Move parser to Parser\Php5 Old name still exists.
2015-05-02 22:50:11 +02:00
class
Parser
extends
Parser\Php5
{}
Reference in New Issue
Copy Permalink