diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 9b1f0d2294c..636382da7df 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) {