fix index type

This commit is contained in:
Anatol Belski 2014-08-20 18:21:57 +02:00
parent 66e7090e61
commit be1b1e7b41

View File

@ -1944,7 +1944,7 @@ ZEND_FUNCTION(get_resources)
{
zend_string *type = NULL;
zend_string *key;
ulong index;
zend_uint_t index;
zval *val;
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|S", &type) == FAILURE) {