Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h37 ZEND_AST_CONSTANT, enumerator
327 ZEND_ASSERT(ast->kind == ZEND_AST_CONSTANT); in zend_ast_get_constant_name()
H A Dzend_ast.c98 ast->kind = ZEND_AST_CONSTANT; in zend_ast_create_constant()
558 case ZEND_AST_CONSTANT: in zend_ast_evaluate()
768 if (ast->kind == ZEND_AST_ZVAL || ast->kind == ZEND_AST_CONSTANT) { in zend_ast_tree_size()
801 } else if (ast->kind == ZEND_AST_CONSTANT) { in zend_ast_tree_copy()
803 new->kind = ZEND_AST_CONSTANT; in zend_ast_tree_copy()
883 } else if (EXPECTED(ast->kind == ZEND_AST_CONSTANT)) { in zend_ast_destroy()
1480 case ZEND_AST_CONSTANT: { in zend_ast_export_ex()
H A Dzend_execute_API.c618 if (ast->kind == ZEND_AST_CONSTANT) { in zval_update_constant_ex()
H A Dzend_inheritance.c758 if (ast->kind == ZEND_AST_CONSTANT) { in zend_get_function_declaration()
/PHP-8.0/ext/opcache/
H A Dzend_persist_calc.c83 if (ast->kind == ZEND_AST_ZVAL || ast->kind == ZEND_AST_CONSTANT) { in zend_persist_ast_calc()
H A Dzend_file_cache.c330 if (ast->kind == ZEND_AST_ZVAL || ast->kind == ZEND_AST_CONSTANT) {
1116 if (ast->kind == ZEND_AST_ZVAL || ast->kind == ZEND_AST_CONSTANT) {
H A Dzend_persist.c163 if (ast->kind == ZEND_AST_ZVAL || ast->kind == ZEND_AST_CONSTANT) { in zend_persist_ast()
/PHP-8.0/ext/opcache/Optimizer/
H A Dpass1.c276 if (ast->kind != ZEND_AST_CONSTANT in zend_optimizer_pass1()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_utils.c846 if (ast->kind == ZEND_AST_CONSTANT in phpdbg_short_zval_print()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c2809 RETVAL_BOOL(ast->kind == ZEND_AST_CONSTANT || ast->kind == ZEND_AST_CONSTANT_CLASS); in ZEND_METHOD()
2843 if (ast->kind == ZEND_AST_CONSTANT) { in ZEND_METHOD()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c2926 if (ast->kind == ZEND_AST_CONSTANT) { in zval_jit_update_constant_ex()

Completed in 92 milliseconds