mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 15:55:39 +08:00
Merge pull request #583 from Halleck45/support_ast_extension
Support AST extension
This commit is contained in:
committed by
GitHub
parent
a3e0ad6b9f
commit
20dad4cdb3
5
src/globals/ext-tests/ast.php
Normal file
5
src/globals/ext-tests/ast.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
assert(function_exists('ast\parse_code'));
|
||||
Reference in New Issue
Block a user