Home
last modified time | relevance | path

Searched refs:intindex (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/com_dotnet/
H A Dcom_variant.c40 zend_ulong intindex = 0; in safe_array_from_zval() local
48 keytype = zend_hash_get_current_key_ex(Z_ARRVAL_P(z), &strindex, &intindex, &pos); in safe_array_from_zval()
54 } else if (intindex > UINT_MAX) { in safe_array_from_zval()
75 zend_hash_get_current_key_ex(Z_ARRVAL_P(z), &strindex, &intindex, &pos); in safe_array_from_zval()
76 php_com_variant_from_zval(&va[intindex], item, codepage); in safe_array_from_zval()

Completed in 6 milliseconds