Skip to content

Commit af44a39

Browse files
committed
Fixed param names of bcmath_number_compare
1 parent 9a9d4c0 commit af44a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/bcmath/bcmath.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ static zend_class_entry *bcmath_number_ce;
796796
static zend_object_handlers bcmath_number_obj_handlers;
797797

798798
static zend_result bcmath_number_do_operation(uint8_t opcode, zval *ret_val, zval *op1, zval *op2);
799-
static int bcmath_number_compare(zval *z1, zval *z2);
799+
static int bcmath_number_compare(zval *op1, zval *op2);
800800

801801
static zend_always_inline bcmath_number_obj_t *get_bcmath_number_from_obj(const zend_object *obj)
802802
{

0 commit comments

Comments
 (0)