mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-13 17:47:23 +01:00
4 lines
97 B
PHP
4 lines
97 B
PHP
|
<?php
|
||
|
|
||
|
require dirname(__FILE__) . '/PHPParser/Autoloader.php';
|
||
|
PHPParser_Autoloader::register();
|