Merge pull request #583 from Halleck45/support_ast_extension

Support AST extension
This commit is contained in:
Jean-François Lépine
2025-01-13 04:11:32 +01:00
committed by GitHub
parent a3e0ad6b9f
commit 20dad4cdb3
4 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
<?php
declare(strict_types=1);
assert(function_exists('ast\parse_code'));