From 4c6fb627027b2a048bbcd47876eef1dfbddcc59a Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 21 Aug 2014 09:49:35 +0400 Subject: Fixed get_resources() prototype comments --- Zend/zend_builtin_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zend/zend_builtin_functions.c') 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) { -- cgit v1.2.1