From: Andrey Hristov Date: Sat, 7 May 2005 12:41:56 +0000 (+0000) Subject: update protos X-Git-Tag: php-5.0.1b1~294 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cd3409b300b552b0c7cf40b9772679d41e9cb0b;p=php update protos --- diff --git a/ext/standard/math.c b/ext/standard/math.c index 7736bf07a7..56334a5b84 100644 --- a/ext/standard/math.c +++ b/ext/standard/math.c @@ -1214,7 +1214,7 @@ static long double php_population_variance(zval *arr, zend_bool sample) return (vr / elements_num); } -/* {{{ proto float math_variance(array a) +/* {{{ proto float math_variance(array a[, bool sample = false]) Returns the population variance */ PHP_FUNCTION(math_variance) { @@ -1237,7 +1237,7 @@ PHP_FUNCTION(math_variance) /* }}} */ -/* {{{ proto float math_std_dev(array a) +/* {{{ proto float math_std_dev(array a[, bool sample = false]) Returns the standard deviation */ PHP_FUNCTION(math_std_dev) {