Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.c1315 #define BINARY_OP(_op, _p, _pl, _pr) do { \ macro
1716 case ZEND_ADD: BINARY_OP(" += ", 90, 91, 90); in zend_ast_export_ex()
1717 case ZEND_SUB: BINARY_OP(" -= ", 90, 91, 90); in zend_ast_export_ex()
1718 case ZEND_MUL: BINARY_OP(" *= ", 90, 91, 90); in zend_ast_export_ex()
1719 case ZEND_DIV: BINARY_OP(" /= ", 90, 91, 90); in zend_ast_export_ex()
1720 case ZEND_MOD: BINARY_OP(" %= ", 90, 91, 90); in zend_ast_export_ex()
1721 case ZEND_SL: BINARY_OP(" <<= ", 90, 91, 90); in zend_ast_export_ex()
1722 case ZEND_SR: BINARY_OP(" >>= ", 90, 91, 90); in zend_ast_export_ex()
1723 case ZEND_CONCAT: BINARY_OP(" .= ", 90, 91, 90); in zend_ast_export_ex()
1724 case ZEND_BW_OR: BINARY_OP(" |= ", 90, 91, 90); in zend_ast_export_ex()
[all …]

Completed in 13 milliseconds