Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.h36 ZEND_AST_ZVAL = 1 << ZEND_AST_SPECIAL_SHIFT, enumerator
298 ZEND_ASSERT(ast->kind == ZEND_AST_ZVAL); in zend_ast_get_zval()
318 if (ast->kind == ZEND_AST_ZVAL) { in zend_ast_get_lineno()
H A Dzend_ast.c63 ast->kind = ZEND_AST_ZVAL; in zend_ast_create_zval_int()
519 case ZEND_AST_ZVAL: in zend_ast_evaluate()
761 if (ast->kind == ZEND_AST_ZVAL) { in zend_ast_tree_copy()
763 new->kind = ZEND_AST_ZVAL; in zend_ast_tree_copy()
836 } else if (EXPECTED(ast->kind == ZEND_AST_ZVAL)) { in zend_ast_destroy()
996 if (ast->kind == ZEND_AST_ZVAL) { in zend_ast_export_name()
1009 if (ast->kind == ZEND_AST_ZVAL) { in zend_ast_export_ns_name()
1071 if (ast->kind == ZEND_AST_ZVAL) { in zend_ast_export_var()
1107 if (ast->kind == ZEND_AST_ZVAL) { in zend_ast_export_encaps_list()
1113 ast->child[0]->kind == ZEND_AST_ZVAL && in zend_ast_export_encaps_list()
[all …]
H A Dzend_compile.c1400 if (class_ast->kind != ZEND_AST_ZVAL) { in zend_try_compile_const_expr_resolve_class_name()
2227 if (name_ast->kind != ZEND_AST_ZVAL) { in zend_is_const_default_class_ref()
2283 if (name_ast->kind != ZEND_AST_ZVAL) { in zend_compile_class_ref()
2337 if (name_ast->kind == ZEND_AST_ZVAL) { in zend_try_compile_cv()
8067 if (class_ast->kind == ZEND_AST_ZVAL) { in zend_compile_class_const()
8430 if (ast->kind == ZEND_AST_ZVAL) { in zend_const_expr_to_zval()
8602 case ZEND_AST_ZVAL: in zend_compile_expr()
8800 if (ast->child[0]->kind != ZEND_AST_ZVAL || ast->child[1]->kind != ZEND_AST_ZVAL) { in zend_eval_const_expr()
8814 if (ast->child[0]->kind != ZEND_AST_ZVAL || ast->child[1]->kind != ZEND_AST_ZVAL) { in zend_eval_const_expr()
8937 if (ast->child[0]->kind != ZEND_AST_ZVAL || ast->child[1]->kind != ZEND_AST_ZVAL) { in zend_eval_const_expr()
[all …]
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c82 if (ast->kind == ZEND_AST_ZVAL || ast->kind == ZEND_AST_CONSTANT) { in zend_persist_ast_calc()
H A Dzend_file_cache.c305 if (ast->kind == ZEND_AST_ZVAL || ast->kind == ZEND_AST_CONSTANT) {
1033 if (ast->kind == ZEND_AST_ZVAL || ast->kind == ZEND_AST_CONSTANT) {
H A Dzend_persist.c157 if (ast->kind == ZEND_AST_ZVAL || ast->kind == ZEND_AST_CONSTANT) { in zend_persist_ast()

Completed in 55 milliseconds