Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.h37 ZEND_AST_CONSTANT, enumerator
308 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()
526 case ZEND_AST_CONSTANT: in zend_ast_evaluate()
734 if (ast->kind == ZEND_AST_ZVAL || ast->kind == ZEND_AST_CONSTANT) { in zend_ast_tree_size()
767 } else if (ast->kind == ZEND_AST_CONSTANT) { in zend_ast_tree_copy()
769 new->kind = ZEND_AST_CONSTANT; in zend_ast_tree_copy()
849 } else if (EXPECTED(ast->kind == ZEND_AST_CONSTANT)) { in zend_ast_destroy()
1372 case ZEND_AST_CONSTANT: { in zend_ast_export_ex()
H A Dzend_execute_API.c604 if (ast->kind == ZEND_AST_CONSTANT) { in zval_update_constant_ex()
H A Dzend_inheritance.c652 if (ast->kind == ZEND_AST_CONSTANT) { in zend_get_function_declaration()
H A Dzend_compile.c5436 && Z_ASTVAL(default_node.u.constant)->kind == ZEND_AST_CONSTANT in zend_compile_params()
/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()
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass1_5.c234 if (ast->kind != ZEND_AST_CONSTANT in zend_optimizer_pass1()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c849 if (ast->kind == ZEND_AST_CONSTANT in phpdbg_short_zval_print()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2786 if (ast->kind == ZEND_AST_CONSTANT in ZEND_METHOD()
2816 if (ast->kind == ZEND_AST_CONSTANT) { in ZEND_METHOD()

Completed in 88 milliseconds