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-11-27 04:14:44 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
d9bd550414
PHP-Parser
/
lib
/
bootstrap.php
4 lines
87 B
PHP
Raw
Normal View
History
Unescape
Escape
Start adding more extensive documentation
2011-11-10 11:40:11 +01:00
<
?
php
Port library to use namespaces, with BC for old names
2014-02-06 14:44:16 +01:00
require
__DIR__
.
'/PhpParser/Autoloader.php'
;
PhpParser\Autoloader
::
register
();
Reference in New Issue
Copy Permalink