]> granicus.if.org Git - php/commitdiff
Fixed get_resources() prototype comments
authorDmitry Stogov <dmitry@zend.com>
Thu, 21 Aug 2014 05:49:35 +0000 (09:49 +0400)
committerDmitry Stogov <dmitry@zend.com>
Thu, 21 Aug 2014 05:49:35 +0000 (09:49 +0400)
Zend/zend_builtin_functions.c

index 9b1f0d2294c1b02a8cfb3c757d50d19482410186..636382da7df3711b2c9b266744d17b7c3447121e 100644 (file)
@@ -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)
 {