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