Home
last modified time | relevance | path

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

/php-src/ext/zend_test/
H A Dobject_handlers.c287 donc_object_handlers.do_operation = donc_do_operation; in zend_test_object_handlers_init()
/php-src/Zend/
H A Dzend_operators.c467 && UNEXPECTED(Z_OBJ_HANDLER_P(op1, do_operation))) { \
468 if (EXPECTED(SUCCESS == Z_OBJ_HANDLER_P(op1, do_operation)(opcode, result, op1, op2))) { \
475 && UNEXPECTED(Z_OBJ_HANDLER_P(op2, do_operation)) \
476 && EXPECTED(SUCCESS == Z_OBJ_HANDLER_P(op2, do_operation)(opcode, result, op1, op2))) { \
487 && UNEXPECTED(Z_OBJ_HANDLER_P(op1, do_operation)) \
488 && EXPECTED(SUCCESS == Z_OBJ_HANDLER_P(op1, do_operation)(opcode, result, op1, NULL))) { \
2688 if (Z_OBJ_HANDLER_P(op1, do_operation)) { in increment_function()
2691 if (Z_OBJ_HANDLER_P(op1, do_operation)(ZEND_ADD, op1, op1, &op2) == SUCCESS) { in increment_function()
2795 if (Z_OBJ_HANDLER_P(op1, do_operation)) { in decrement_function()
2798 if (Z_OBJ_HANDLER_P(op1, do_operation)(ZEND_SUB, op1, op1, &op2) == SUCCESS) { in decrement_function()
H A Dzend_object_handlers.h230 zend_object_do_operation_t do_operation; /* optional */ member
/php-src/ext/bcmath/
H A Dbcmath.c1008 bcmath_number_obj_handlers.do_operation = bcmath_number_do_operation; in bcmath_number_register_class()
/php-src/ext/gmp/
H A Dgmp.c549 gmp_object_handlers.do_operation = gmp_do_operation; in ZEND_MINIT_FUNCTION()
/php-src/ext/ffi/
H A Dffi.c5473 zend_ffi_cdata_handlers.do_operation = zend_ffi_cdata_do_operation;

Completed in 55 milliseconds