Searched defs:ast (Results 1 – 5 of 5) sorted by relevance
375 zend_ast *ast; in get_ast() local439 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() local1248 zend_ast *ast; in PHP_FUNCTION() local1423 PHP_MINFO_FUNCTION(ast) { in PHP_MINFO_FUNCTION() argument1435 PHP_RINIT_FUNCTION(ast) { in PHP_RINIT_FUNCTION() argument1440 PHP_RSHUTDOWN_FUNCTION(ast) { in PHP_RSHUTDOWN_FUNCTION() argument1445 PHP_MINIT_FUNCTION(ast) { in PHP_MINIT_FUNCTION() argument[all …]
57 function ast_dump($ast, int $options = 0) : string {
14 namespace ast; namespace
24 ZEND_BEGIN_MODULE_GLOBALS(ast) in ZEND_BEGIN_MODULE_GLOBALS() argument
9 namespace ast; namespace219 namespace ast; namespace
Completed in 21 milliseconds