Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c2898 zend_ast *name_ast = ast->child[0]; in zend_try_compile_cv() local
2929 zend_ast *name_ast = ast->child[0]; in zend_compile_simple_var_no_cv() local
4231 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()
4235 name = zend_ast_get_str(name_ast); in zend_try_compile_ct_bound_init_user_func()
4419 zend_ast_get_str(name_ast), name_ast->attr, &is_fully_qualified); in zend_compile_func_in_array()
5139 if (name_ast->kind != ZEND_AST_ZVAL || Z_TYPE_P(zend_ast_get_zval(name_ast)) != IS_STRING) { in zend_compile_call()
7899 if (name_ast->kind == ZEND_AST_ZVAL && Z_TYPE_P(zend_ast_get_zval(name_ast)) == IS_STRING) { in find_implicit_binds_recursively()
9494 if (name_ast) { in zend_compile_namespace()
11867 zend_ast_get_str(name_ast), name_ast->attr, &is_fully_qualified); in zend_eval_const_expr()
11880 zend_ast *name_ast; in zend_eval_const_expr() local
[all …]

Completed in 33 milliseconds