Home
last modified time | relevance | path

Searched refs:ast_dump (Results 1 – 25 of 74) sorted by relevance

123

/php-ast/tests/
H A Dempty_file_parse.phpt9 echo ast_dump($file) . "\n";
12 echo ast_dump($file) . "\n";
H A Dast_dump_with_exclude_doc.phpt2 ast_dump() with AST_DUMP_EXCLUDE_DOC_COMMENT
20 echo ast_dump($ast, AST_DUMP_EXCLUDE_DOC_COMMENT);
H A Dast_dump_with_linenos.phpt2 ast_dump() with AST_DUMP_LINENOS
25 echo ast_dump($ast, AST_DUMP_LINENOS);
H A Dphp81_final_class_const.phpt17 echo ast_dump($node), "\n";
19 echo ast_dump($node), "\n";
H A Dparse_file.phpt9 echo ast_dump($ast);
H A Dfunctions_dont_use.phpt14 echo ast_dump(ast\parse_code($code, $version=50)), "\n";
15 echo ast_dump(ast\parse_code($code, $version=60)), "\n";
H A Dnop_statements.phpt15 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
H A Dphp81_readonly.phpt18 echo ast_dump($node), "\n";
20 echo ast_dump($node), "\n";
H A D001.phpt2 ast_dump() test
23 echo ast_dump(ast\parse_code($code, $version=70));
H A Dclass_on_objects.phpt14 echo ast_dump($node), "\n";
H A Dcoalesce.phpt13 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
H A Dmixed_type.phpt18 echo ast_dump($node), "\n";
20 echo ast_dump($node), "\n";
H A Dgenerator_flag.phpt15 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
H A Dnever_return_type.phpt15 echo ast_dump($node), "\n";
H A Dprop_doc_comments.phpt23 echo ast_dump(ast\parse_code($code, $version=50)), "\n";
24 echo ast_dump(ast\parse_code($code, $version=80)), "\n";
H A Dunary_ops.phpt15 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
H A Dnested_stmt_lists.phpt25 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
H A Dmulti_catch.phpt15 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
H A Dobject_type.phpt13 echo ast_dump(ast\parse_code($code, $version=70));
H A Dclass_const_types.phpt18 echo ast_dump(ast\parse_code($code, $version=90));
20 echo ast_dump(ast\parse_code($code, $version=100));
H A Dphp74_dim_alternative_syntax.phpt16 echo ast_dump($node), "\n";
H A Dphp82_readonly_class.phpt15 echo ast_dump($node), "\n";
H A Dmagic_constants.phpt20 echo ast_dump(ast\parse_code($code, $version=70));
H A Dname_node.phpt16 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
/php-ast/
H A Dutil.php57 function ast_dump($ast, int $options = 0) : string { function
75 $result .= "\n $i: " . str_replace("\n", "\n ", ast_dump($child, $options));

Completed in 48 milliseconds

123