Home
last modified time | relevance | path

Searched refs:AST_DUMP_LINENOS (Results 1 – 4 of 4) sorted by relevance

/php-ast/tests/
H A Dast_dump_with_linenos.phpt2 ast_dump() with AST_DUMP_LINENOS
25 echo ast_dump($ast, AST_DUMP_LINENOS);
H A Dconstructor.phpt17 echo ast_dump(new \ast\Node(\ast\AST_NAME, 1, ['name' => 'FOO'], 2), AST_DUMP_LINENOS) . "\n";
/php-ast/
H A Dutil.php5 const AST_DUMP_LINENOS = 1; define
61 if ($options & AST_DUMP_LINENOS) {
H A DREADME.md179 To additionally show line numbers pass the `AST_DUMP_LINENOS` option as the second argument to

Completed in 8 milliseconds