Home
last modified time | relevance | path

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

1234

/php-ast/
H A D.travis.yml14 # Disable Xdebug because it should be unrelated to the functionality of php-ast being tested.
21 - echo "extension=ast.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
H A Dast_arginfo.h4 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_ast_parse_code, 0, 2, ast\\Node, 0)
10 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_ast_parse_file, 0, 2, ast\\Node, 0)
H A Dast_stub.php9 namespace ast; namespace
121 namespace ast\flags;
219 namespace ast; namespace
/php-ast/tests/
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";
28 Deprecated: ast\parse_code(): Version 50 is deprecated in %s.php on line 20
H A Dclass_name_version_50.phpt16 $node = ast\parse_code($code, $version=50);
20 Deprecated: ast\parse_code(): Version 50 is deprecated in %s.php on line 13
H A Dphp81_final_class_const.phpt16 $node = ast\parse_code($code, $version=70);
18 $node = ast\parse_code($code, $version=80);
H A Dnop_statements.phpt15 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
H A Ddecl_ids.phpt14 echo ast_dump(ast\parse_code($code, $version=50)) . "\n";
15 echo ast_dump(ast\parse_code($code, $version=80)) . "\n";
19 Deprecated: ast\parse_code(): Version 50 is deprecated in %s.php on line 11
H A Dshort_arrow_function_return.phpt18 $node = ast\parse_code($code, $version=70);
21 $node50 = ast\parse_code($code, $version=50);
94 Deprecated: ast\parse_code(): Version 50 is deprecated in %sshort_arrow_function_return.php on line…
H A Dshort_arrow_function.phpt19 $node = ast\parse_code($code, $version=70);
22 $node50 = ast\parse_code($code, $version=50);
102 Deprecated: ast\parse_code(): Version 50 is deprecated in %s.php on line 17
H A D001.phpt4 <?php if (!extension_loaded("ast")) print "skip"; ?>
23 echo ast_dump(ast\parse_code($code, $version=70));
H A Dclass_on_objects.phpt13 $node = ast\parse_code($code, $version=70);
H A Dcoalesce.phpt13 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
H A Dmixed_type.phpt17 $node = ast\parse_code($code, $version=70);
19 $node = ast\parse_code($code, $version=80);
H A Dphp80_union_types_nullable.phpt22 $node = ast\parse_code($code, $version=50);
24 $node = ast\parse_code($code, $version=70);
27 Deprecated: ast\parse_code(): Version 50 is deprecated in %s.php on line 17
H A Dgenerator_flag.phpt15 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
H A Dnever_return_type.phpt14 $node = ast\parse_code($code, $version=85);
H A Dunary_ops.phpt15 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
H A Dclass.phpt18 echo ast_dump(ast\parse_code($code, $version=60)), "\n";
19 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
23 Deprecated: ast\parse_code(): Version 60 is deprecated in %sclass.php on line 15
H A Dnested_stmt_lists.phpt25 echo ast_dump(ast\parse_code($code, $version=70)), "\n";
H A Dmultiple_final_modifiers.phpt15 ast\parse_code($code, $version=70);
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));
/php-ast/ci/
H A DDockerfile3 WORKDIR /php-ast
11 RUN docker-php-ext-enable ast
H A Dtest_dockerized.sh14 DOCKER_IMAGE=php-ast-test-runner:$PHP_VERSION

Completed in 23 milliseconds

1234