From: Dmitry Stogov Date: Thu, 21 Aug 2014 05:49:35 +0000 (+0400) Subject: Fixed get_resources() prototype comments X-Git-Tag: PRE_64BIT_BRANCH_MERGE~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c6fb627027b2a048bbcd47876eef1dfbddcc59a;p=php Fixed get_resources() prototype comments --- diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 9b1f0d2294..636382da7d 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -1942,7 +1942,7 @@ ZEND_FUNCTION(get_resource_type) } /* }}} */ -/* {{{ proto array get_resources() +/* {{{ proto array get_resources([string resouce_type]) Get an array with all active resources */ ZEND_FUNCTION(get_resources) {