mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-30 04:29:15 +01:00
4 lines
97 B
PHP
4 lines
97 B
PHP
|
<?php
|
||
|
|
||
|
require dirname(__FILE__) . '/PHPParser/Autoloader.php';
|
||
|
PHPParser_Autoloader::register();
|