1.2.1577. ext/php-ast¶
PHP-AST extension (PHP 7.0 +).
<?php
$code = <<<'EOC'
<?php
$var = 42;
EOC;
var_dump(ast\parse_code($code, $version=50));
?>
See also ext/ast, Extension exposing PHP 7 abstract syntax tree and Introduction of PHP parse and its application in hyperf.
1.2.1577.1. Connex PHP features¶
1.2.1577.1.1. Specs¶
Short name |
Extensions/Extast |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
With PHP 7.0 and more recent |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |