Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_operators.c480 #define ZEND_TRY_BINARY_OBJECT_OPERATION(opcode) \ macro
1122 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_ADD); in add_function_slow()
1186 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_SUB); in sub_function_slow()
1255 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_MUL); in mul_function_slow()
1355 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_POW); in pow_function()
1439 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_DIV); in div_function()
1967 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_CONCAT); in concat_function()

Completed in 13 milliseconds