Home
last modified time | relevance | path

Searched refs:name_ast (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_compile.c2619 zend_ast *name_ast = ast->child[0]; in zend_try_compile_cv() local
2650 zend_ast *name_ast = ast->child[0]; in zend_compile_simple_var_no_cv() local
3814 if (name_ast->kind != ZEND_AST_ZVAL || Z_TYPE_P(zend_ast_get_zval(name_ast)) != IS_STRING) { in zend_try_compile_ct_bound_init_user_func()
3818 name = zend_ast_get_str(name_ast); in zend_try_compile_ct_bound_init_user_func()
4004 zend_ast_get_str(name_ast), name_ast->attr, &is_fully_qualified); in zend_compile_func_in_array()
4299 if (name_ast->kind != ZEND_AST_ZVAL || Z_TYPE_P(zend_ast_get_zval(name_ast)) != IS_STRING) { in zend_compile_call()
6634 if (name_ast->kind == ZEND_AST_ZVAL && Z_TYPE_P(zend_ast_get_zval(name_ast)) == IS_STRING) { in find_implicit_binds_recursively()
7727 if (name_ast) { in zend_compile_namespace()
9937 zend_ast_get_str(name_ast), name_ast->attr, &is_fully_qualified); in zend_eval_const_expr()
9950 zend_ast *name_ast; in zend_eval_const_expr() local
[all …]

Completed in 29 milliseconds