mirror of
https://github.com/php/pecl-php-parsekit.git
synced 2026-04-29 04:03:10 +02:00
7 lines
112 B
PHP
7 lines
112 B
PHP
<?php
|
|
/* Compile ourself */
|
|
|
|
$oparray = parsekit_compile_file($_SERVER['PHP_SELF']);
|
|
|
|
var_dump($oparray);
|