Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_operators.h960 if (Z_TYPE_P(op1) == IS_OBJECT && Z_OBJ_HANDLER_P(op1, do_operation)) { \
961 if (SUCCESS == Z_OBJ_HANDLER_P(op1, do_operation)(opcode, result, op1, op2 TSRMLS_CC)) { \
964 } else if (Z_TYPE_P(op2) == IS_OBJECT && Z_OBJ_HANDLER_P(op2, do_operation)) { \
965 if (SUCCESS == Z_OBJ_HANDLER_P(op2, do_operation)(opcode, result, op1, op2 TSRMLS_CC)) { \
971 if (Z_TYPE_P(op1) == IS_OBJECT && Z_OBJ_HANDLER_P(op1, do_operation) \
972 && SUCCESS == Z_OBJ_HANDLER_P(op1, do_operation)(opcode, result, op1, NULL TSRMLS_CC) \
H A Dzend_object_handlers.h148 zend_object_do_operation_t do_operation; member
H A Dzend_operators.c2050 if (Z_OBJ_HANDLER_P(op1, do_operation)) { in increment_function()
2057 res = Z_OBJ_HANDLER_P(op1, do_operation)(ZEND_ADD, op1, op1, op2 TSRMLS_CC); in increment_function()
2110 if (Z_OBJ_HANDLER_P(op1, do_operation)) { in decrement_function()
2117 res = Z_OBJ_HANDLER_P(op1, do_operation)(ZEND_SUB, op1, op1, op2 TSRMLS_CC); in decrement_function()
/PHP-5.6/
H A DUPGRADING.INTERNALS6 a. Addition of do_operation and compare object handlers
27 a. Addition of do_operation and compare object handlers
31 do_operation:
/PHP-5.6/ext/gmp/
H A Dgmp.c699 gmp_object_handlers.do_operation = gmp_do_operation; in ZEND_MINIT_FUNCTION()

Completed in 30 milliseconds