Home
last modified time | relevance | path

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

/PHP-8.1/ext/com_dotnet/
H A Dcom_variant.c38 zend_ulong intindex = 0; in safe_array_from_zval() local
46 keytype = zend_hash_get_current_key_ex(Z_ARRVAL_P(z), &strindex, &intindex, &pos); in safe_array_from_zval()
52 } else if (intindex > UINT_MAX) { in safe_array_from_zval()
73 zend_hash_get_current_key_ex(Z_ARRVAL_P(z), &strindex, &intindex, &pos); in safe_array_from_zval()
74 php_com_variant_from_zval(&va[intindex], item, codepage); in safe_array_from_zval()

Completed in 10 milliseconds