From: Rasmus Lerdorf Date: Tue, 13 Aug 2002 04:31:59 +0000 (+0000) Subject: Use int, not integer. X-Git-Tag: php-4.3.0dev_zend2_alpha3~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34362341e912a1172934054aa4f1c3128bce9d13;p=php Use int, not integer. --- diff --git a/main/output.c b/main/output.c index 7577bb6aad..8d9e34addc 100644 --- a/main/output.c +++ b/main/output.c @@ -811,7 +811,7 @@ PHP_FUNCTION(ob_get_contents) } /* }}} */ -/* {{{ proto integer ob_get_level(void) +/* {{{ proto int ob_get_level(void) Return the nesting level of the output buffer */ PHP_FUNCTION(ob_get_level) {