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