Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_operators.c954 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_ADD, add_function); in add_function_slow()
1025 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_SUB, sub_function); in sub_function_slow()
1099 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_MUL, mul_function); in mul_function()
1192 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_POW, pow_function); in pow_function()
1296 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_DIV, div_function); in div_function()
1793 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_CONCAT, concat_function); in concat_function()
H A Dzend_operators.h831 #define ZEND_TRY_BINARY_OBJECT_OPERATION(opcode, binary_op) … macro

Completed in 14 milliseconds