Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.c2509 uint32_t type = name_ast->kind == ZEND_AST_ZVAL ? name_ast->attr : ZEND_NAME_FQ; in zend_compile_class_ref()
2584 zend_ast *name_ast = ast->child[0]; in zend_try_compile_cv() local
2608 zend_ast *name_ast = ast->child[0]; in zend_compile_simple_var_no_cv() local
3519 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()
3523 name = zend_ast_get_str(name_ast); in zend_try_compile_ct_bound_init_user_func()
3723 zend_ast *name_ast = ast->child[0]; in zend_compile_call() local
3728 if (name_ast->kind != ZEND_AST_ZVAL || Z_TYPE_P(zend_ast_get_zval(name_ast)) != IS_STRING) { in zend_compile_call()
6350 zend_ast *name_ast = ast->child[0]; in zend_compile_namespace() local
6394 if (name_ast) { in zend_compile_namespace()
8292 zend_ast_get_str(name_ast), name_ast->attr, &is_fully_qualified); in zend_eval_const_expr()
[all …]

Completed in 33 milliseconds