Home
last modified time | relevance | path

Searched defs:ast (Results 1 – 5 of 5) sorted by relevance

/php-ast/
H A Dast.c375 zend_ast *ast; in get_ast() local
439 static inline zend_bool ast_is_name(zend_ast *ast, zend_ast *parent, uint32_t i) { in ast_is_name()
502 static inline zend_bool ast_is_type(zend_ast *ast, zend_ast *parent, uint32_t i) { in ast_is_type()
923 static void ast_to_zval(zval *zv, zend_ast *ast, ast_state_info_t *state) { in ast_to_zval()
1200 zend_ast *ast; in PHP_FUNCTION() local
1248 zend_ast *ast; in PHP_FUNCTION() local
1423 PHP_MINFO_FUNCTION(ast) { in PHP_MINFO_FUNCTION() argument
1435 PHP_RINIT_FUNCTION(ast) { in PHP_RINIT_FUNCTION() argument
1440 PHP_RSHUTDOWN_FUNCTION(ast) { in PHP_RSHUTDOWN_FUNCTION() argument
1445 PHP_MINIT_FUNCTION(ast) { in PHP_MINIT_FUNCTION() argument
[all …]
H A Dutil.php57 function ast_dump($ast, int $options = 0) : string {
H A Dast.stub.php14 namespace ast; namespace
H A Dphp_ast.h24 ZEND_BEGIN_MODULE_GLOBALS(ast) in ZEND_BEGIN_MODULE_GLOBALS() argument
H A Dast_stub.php9 namespace ast; namespace
219 namespace ast; namespace

Completed in 21 milliseconds