Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ast.c1692 #define BINARY_OP(_op, _p, _pl, _pr) do { \ macro
2137 case ZEND_ADD: BINARY_OP(" += ", 90, 91, 90); in zend_ast_export_ex()
2138 case ZEND_SUB: BINARY_OP(" -= ", 90, 91, 90); in zend_ast_export_ex()
2139 case ZEND_MUL: BINARY_OP(" *= ", 90, 91, 90); in zend_ast_export_ex()
2140 case ZEND_DIV: BINARY_OP(" /= ", 90, 91, 90); in zend_ast_export_ex()
2141 case ZEND_MOD: BINARY_OP(" %= ", 90, 91, 90); in zend_ast_export_ex()
2142 case ZEND_SL: BINARY_OP(" <<= ", 90, 91, 90); in zend_ast_export_ex()
2143 case ZEND_SR: BINARY_OP(" >>= ", 90, 91, 90); in zend_ast_export_ex()
2144 case ZEND_CONCAT: BINARY_OP(" .= ", 90, 91, 90); in zend_ast_export_ex()
2145 case ZEND_BW_OR: BINARY_OP(" |= ", 90, 91, 90); in zend_ast_export_ex()
[all …]

Completed in 12 milliseconds