Files
pecl-php-parsekit/examples/compile_file.php
2004-05-05 22:37:32 +00:00

7 lines
112 B
PHP

<?php
/* Compile ourself */
$oparray = parsekit_compile_file($_SERVER['PHP_SELF']);
var_dump($oparray);