Searched refs:AST_DUMP_LINENOS (Results 1 – 4 of 4) sorted by relevance
2 ast_dump() with AST_DUMP_LINENOS25 echo ast_dump($ast, AST_DUMP_LINENOS);
17 echo ast_dump(new \ast\Node(\ast\AST_NAME, 1, ['name' => 'FOO'], 2), AST_DUMP_LINENOS) . "\n";
5 const AST_DUMP_LINENOS = 1; define61 if ($options & AST_DUMP_LINENOS) {
180 To additionally show line numbers pass the `AST_DUMP_LINENOS` option as the second argument to
Completed in 7 milliseconds