Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_operators.h804 #define ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(opcode, binary_op) … macro
832ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(opcode, binary_op) …
H A Dzend_operators.c286 ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(op, op_func); \
1378 ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(ZEND_BOOL_XOR, boolean_xor_function); in boolean_xor_function()
1519 ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(ZEND_BW_OR, bitwise_or_function); in bitwise_or_function()
1597 ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(ZEND_BW_AND, bitwise_and_function); in bitwise_and_function()
1675 ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(ZEND_BW_XOR, bitwise_xor_function); in bitwise_xor_function()

Completed in 16 milliseconds