Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_operators.c365 #define ZEND_TRY_BINARY_OBJECT_OPERATION(opcode) \ macro
998 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_ADD); in add_function_slow()
1062 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_SUB); in sub_function_slow()
1131 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_MUL); in mul_function_slow()
1231 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_POW); in pow_function()
1315 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_DIV); in div_function()
1828 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_CONCAT); in concat_function()

Completed in 10 milliseconds