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.c2836 zend_ast *name_ast = ast->child[0]; in zend_try_compile_cv() local
2867 zend_ast *name_ast = ast->child[0]; in zend_compile_simple_var_no_cv() local
4160 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()
4164 name = zend_ast_get_str(name_ast); in zend_try_compile_ct_bound_init_user_func()
4348 zend_ast_get_str(name_ast), name_ast->attr, &is_fully_qualified); in zend_compile_func_in_array()
4805 if (name_ast->kind != ZEND_AST_ZVAL || Z_TYPE_P(zend_ast_get_zval(name_ast)) != IS_STRING) { in zend_compile_call()
7474 if (name_ast->kind == ZEND_AST_ZVAL && Z_TYPE_P(zend_ast_get_zval(name_ast)) == IS_STRING) { in find_implicit_binds_recursively()
8776 if (name_ast) { in zend_compile_namespace()
11154 zend_ast_get_str(name_ast), name_ast->attr, &is_fully_qualified); in zend_eval_const_expr()
11167 zend_ast *name_ast; in zend_eval_const_expr() local
[all …]

Completed in 37 milliseconds