Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_operators.c421 #define ZEND_TRY_BINARY_OBJECT_OPERATION(opcode) \ macro
1063 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_ADD); in add_function_slow()
1127 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_SUB); in sub_function_slow()
1196 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_MUL); in mul_function_slow()
1296 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_POW); in pow_function()
1380 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_DIV); in div_function()
1904 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_CONCAT); in concat_function()

Completed in 12 milliseconds