Home
last modified time | relevance | path

Searched refs:ast (Results 76 – 98 of 98) sorted by relevance

1234

/php-ast/tests/
H A Dphp74_parenthesized_conditional.phpt16 $node = ast\parse_code($code, $version=70);
H A Dphp82_encaps_list.phpt11 $node = ast\parse_code($code, $version=85);
H A Dmatch_expression.phpt21 $node = ast\parse_code($code, $version=70);
H A Dphp80_named_params.phpt17 $node = ast\parse_code($code, $version=70);
H A Dparams.phpt15 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
16 echo ast_dump(ast\parse_code($code, $version=80)), "\n";
H A Dclass_consts.phpt24 echo ast_dump(ast\parse_code($code, $version=70));
H A Dphp80_static_type.phpt22 $node = ast\parse_code($code, $version=70);
H A Duse_declarations.phpt16 echo ast_dump(ast\parse_code($code, $version=70));
H A Dclass_types.phpt18 echo ast_dump(ast\parse_code($code, $version=70));
H A Dnullable_types.phpt18 echo ast_dump(ast\parse_code($code, $version=70));
H A Dby_ref_destructuring.phpt16 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
H A Dphp74_ordinary_class.phpt19 $node = ast\parse_code($code, $version=70);
H A Dattributes_01.phpt23 echo ast_dump(ast\parse_code($code, $version=70));
H A Dtype_hints.phpt16 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
H A Dphp80_promotion.phpt24 $node = ast\parse_code($code, $version=70);
H A Darray_destructuring.phpt16 echo ast_dump(ast\parse_code($code, $version=70));
H A Dattributes_02.phpt35 echo ast_dump(ast\parse_code($code, $version=70));
37 echo ast_dump(ast\parse_code($code, $version=80));
H A Dclass_name_version_70.phpt20 $node = ast\parse_code($code, $version=70);
H A Dmetadata.phpt6 $metadata = ast\get_metadata();
13 $kindUsesFlags = ast\kind_uses_flags($data->kind);
H A Dphp80_union_types_false.phpt20 $node = ast\parse_code($code, $version=70);
H A Dassign_ops.phpt24 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
H A Dphp80_union_types.phpt26 $node = ast\parse_code($code, $version=70);
/php-ast/.github/workflows/
H A Dmain.yml1 # Runs php-ast's tests and verifies that the package can be built.

Completed in 19 milliseconds

1234