Searched refs:bcmath_number_do_operation (Results 1 – 1 of 1) sorted by relevance
855 static zend_result bcmath_number_do_operation(uint8_t opcode, zval *ret_val, zval *op1, zval *op2);1011 bcmath_number_obj_handlers.do_operation = bcmath_number_do_operation; in bcmath_number_register_class()1213 static zend_result bcmath_number_do_operation(uint8_t opcode, zval *ret_val, zval *op1, zval *op2) in bcmath_number_do_operation() function
Completed in 7 milliseconds