Browse Source

Fixed get_resources() prototype comments

pull/471/merge
Dmitry Stogov 12 years ago
parent
commit
4c6fb62702
  1. 2
      Zend/zend_builtin_functions.c

2
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 */ Get an array with all active resources */
ZEND_FUNCTION(get_resources) ZEND_FUNCTION(get_resources)
{ {

Loading…
Cancel
Save