mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-22 05:11:39 +01:00
4 lines
109 B
PHP
4 lines
109 B
PHP
|
<?php
|
||
|
|
||
|
require_once dirname(__FILE__) . '/../lib/PHPParser/Autoloader.php';
|
||
|
PHPParser_Autoloader::register();
|