php-parser/lib/bootstrap.php

4 lines
97 B
PHP

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