mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-27 04:14:44 +01:00
4 lines
109 B
PHP
4 lines
109 B
PHP
|
<?php
|
||
|
|
||
|
require_once dirname(__FILE__) . '/../lib/PHPParser/Autoloader.php';
|
||
|
PHPParser_Autoloader::register();
|