From b8276aede8652cc6b6a5b2ca645ebe20182c8052 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 9 Sep 2017 12:50:31 +0000 Subject: [PATCH] Use the proper terms for the parameter names git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343028 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/bc/functions/bcdiv.xml | 18 +++++++++--------- reference/bc/functions/bcmod.xml | 10 +++++----- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/reference/bc/functions/bcdiv.xml b/reference/bc/functions/bcdiv.xml index f37d9e8242..936b1c140e 100644 --- a/reference/bc/functions/bcdiv.xml +++ b/reference/bc/functions/bcdiv.xml @@ -10,13 +10,13 @@ &reftitle.description; stringbcdiv - stringleft_operand - stringright_operand + stringdividend + stringdivisor intscale0 - Divides the left_operand by the - right_operand. + Divides the dividend by the + divisor. @@ -25,18 +25,18 @@ - left_operand + dividend - The left operand, as a string. + The dividend, as a string. - right_operand + divisor - The right operand, as a string. + The divisor, as a string. @@ -49,7 +49,7 @@ &reftitle.returnvalues; Returns the result of the division as a string, or &null; if - right_operand is 0. + divisor is 0. diff --git a/reference/bc/functions/bcmod.xml b/reference/bc/functions/bcmod.xml index 2dd5f91c43..d920c889c9 100644 --- a/reference/bc/functions/bcmod.xml +++ b/reference/bc/functions/bcmod.xml @@ -10,11 +10,11 @@ &reftitle.description; stringbcmod - stringleft_operand + stringdividend stringmodulus - Get the modulus of the left_operand using + Get the modulus of the dividend using modulus. @@ -24,10 +24,10 @@ - left_operand + dividend - The left operand, as a string. + The dividend, as a string. @@ -47,7 +47,7 @@ &reftitle.returnvalues; Returns the modulus as a string, or &null; if - modulus is 0. + modulus is 0.