Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.c2189 uint32_t type = name_ast->kind == ZEND_AST_ZVAL ? name_ast->attr : ZEND_NAME_FQ; in zend_compile_class_ref()
2209 zend_ast *name_ast = ast->child[0]; in zend_try_compile_cv() local
2236 zend_ast *name_ast = ast->child[0]; in zend_compile_simple_var_no_cv() local
3037 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()
3041 name = zend_ast_get_str(name_ast); in zend_try_compile_ct_bound_init_user_func()
3249 zend_ast *name_ast = ast->child[0]; in zend_compile_call() local
3254 if (name_ast->kind != ZEND_AST_ZVAL || Z_TYPE_P(zend_ast_get_zval(name_ast)) != IS_STRING) { in zend_compile_call()
5690 zend_ast *name_ast = ast->child[0]; in zend_compile_namespace() local
5734 if (name_ast) { in zend_compile_namespace()
7591 zend_ast_get_str(name_ast), name_ast->attr, &is_fully_qualified); in zend_eval_const_expr()
[all …]

Completed in 28 milliseconds