Searched refs:ZEND_AST_UNARY_PLUS (Results 1 – 4 of 4) sorted by relevance
70 ZEND_AST_UNARY_PLUS, enumerator
375 case ZEND_AST_UNARY_PLUS: in zend_ast_evaluate()1214 case ZEND_AST_UNARY_PLUS: PREFIX_OP("+", 240, 241); in zend_ast_export_ex()
913 | '+' expr %prec T_INC { $$ = zend_ast_create(ZEND_AST_UNARY_PLUS, $2); }
5896 ZVAL_LONG(&left, (kind == ZEND_AST_UNARY_PLUS) ? 1 : -1); in zend_ct_eval_unary_pm()6094 ZEND_ASSERT(ast->kind == ZEND_AST_UNARY_PLUS || ast->kind == ZEND_AST_UNARY_MINUS); in zend_compile_unary_pm()6106 ZVAL_LONG(&lefthand_node.u.constant, (ast->kind == ZEND_AST_UNARY_PLUS) ? 1 : -1); in zend_compile_unary_pm()6902 || kind == ZEND_AST_UNARY_PLUS || kind == ZEND_AST_UNARY_MINUS in zend_is_allowed_in_const_expr()7241 case ZEND_AST_UNARY_PLUS: in zend_compile_expr()7453 case ZEND_AST_UNARY_PLUS: in zend_eval_const_expr()
Completed in 50 milliseconds