1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-05 20:48:28 +01:00
PHP-Parser/lib/bootstrap.php

4 lines
97 B
PHP
Raw Normal View History

<?php
require dirname(__FILE__) . '/PHPParser/Autoloader.php';
PHPParser_Autoloader::register();