From 088a6917b303078f61113aad80959b9fb0c39c52 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 4 Jan 2004 19:49:03 +0000 Subject: [PATCH] proto fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147824 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/bc/functions/bcpow.xml | 6 +++--- reference/bc/functions/bcscale.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/bc/functions/bcpow.xml b/reference/bc/functions/bcpow.xml index 9ae148a534..b15793e5a7 100644 --- a/reference/bc/functions/bcpow.xml +++ b/reference/bc/functions/bcpow.xml @@ -1,5 +1,5 @@ - + @@ -12,8 +12,8 @@ Description stringbcpow - numberx - inty + stringx + stringy intscale diff --git a/reference/bc/functions/bcscale.xml b/reference/bc/functions/bcscale.xml index 66095a8e1b..4136f86aed 100644 --- a/reference/bc/functions/bcscale.xml +++ b/reference/bc/functions/bcscale.xml @@ -1,5 +1,5 @@ - + @@ -11,13 +11,13 @@ Description - stringbcscale + boolbcscale intscale This function sets the default scale parameter for all subsequent bc math functions that do not explicitly specify a scale - parameter. + parameter. &return.success;