Searched refs:ZEND_AST_PRE_DEC (Results 1 – 4 of 4) sorted by relevance
82 ZEND_AST_PRE_DEC, enumerator
904 | T_DEC variable { $$ = zend_ast_create(ZEND_AST_PRE_DEC, $2); }
1278 case ZEND_AST_PRE_DEC: in zend_ast_export_ex()
6897 ZEND_ASSERT(ast->kind == ZEND_AST_PRE_INC || ast->kind == ZEND_AST_PRE_DEC); in zend_compile_pre_incdec()7955 case ZEND_AST_PRE_DEC: in zend_compile_expr()
Completed in 31 milliseconds