Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ast.h84 ZEND_AST_POST_DEC, enumerator
H A Dzend_language_parser.y903 | variable T_DEC { $$ = zend_ast_create(ZEND_AST_POST_DEC, $1); }
H A Dzend_ast.c1282 case ZEND_AST_POST_DEC: in zend_ast_export_ex()
H A Dzend_compile.c6877 ZEND_ASSERT(ast->kind == ZEND_AST_POST_INC || ast->kind == ZEND_AST_POST_DEC); in zend_compile_post_incdec()
7951 case ZEND_AST_POST_DEC: in zend_compile_expr()

Completed in 37 milliseconds