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:
parent
7af272a709
commit
fe2e289a32
@ -42,7 +42,7 @@ extern "C" {
|
|||||||
static int v8js_is_assoc_array(HashTable *myht TSRMLS_DC) /* {{{ */
|
static int v8js_is_assoc_array(HashTable *myht TSRMLS_DC) /* {{{ */
|
||||||
{
|
{
|
||||||
zend_string *key;
|
zend_string *key;
|
||||||
ulong index, idx = 0;
|
zend_ulong index, idx = 0;
|
||||||
|
|
||||||
ZEND_HASH_FOREACH_KEY(myht, index, key) {
|
ZEND_HASH_FOREACH_KEY(myht, index, key) {
|
||||||
if(key) {
|
if(key) {
|
||||||
|
Loading…
Reference in New Issue
Block a user