Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_operators.c954 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_ADD, add_function); in add_function()
1001 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_SUB, sub_function); in sub_function()
1053 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_MUL, mul_function); in mul_function()
1136 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_POW, pow_function); in pow_function()
1221 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_DIV, div_function); in div_function()
1702 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_CONCAT, concat_function); in concat_function()
H A Dzend_operators.h795 #define ZEND_TRY_BINARY_OBJECT_OPERATION(opcode, binary_op) … macro

Completed in 16 milliseconds