0
0
mirror of https://github.com/phpv8/v8js.git synced 2025-01-03 10:21:51 +00:00

ulong -> zend_ulong

This commit is contained in:
Stefan Siegl 2017-03-08 18:16:39 +01:00
parent 7af272a709
commit fe2e289a32

View File

@ -42,7 +42,7 @@ extern "C" {
static int v8js_is_assoc_array(HashTable *myht TSRMLS_DC) /* {{{ */
{
zend_string *key;
ulong index, idx = 0;
zend_ulong index, idx = 0;
ZEND_HASH_FOREACH_KEY(myht, index, key) {
if(key) {