Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h91 ZEND_AST_PRE_DEC, enumerator
H A Dzend_language_parser.y1057 | T_DEC variable { $$ = zend_ast_create(ZEND_AST_PRE_DEC, $2); }
H A Dzend_ast.c1758 case ZEND_AST_PRE_DEC: in zend_ast_export_ex()
H A Dzend_compile.c8334 ZEND_ASSERT(ast->kind == ZEND_AST_PRE_INC || ast->kind == ZEND_AST_PRE_DEC); in zend_compile_pre_incdec()
9570 case ZEND_AST_PRE_DEC: in zend_compile_expr_inner()

Completed in 69 milliseconds