Home
last modified time | relevance | path

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

/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c457 int keytype; in generate_dispids() local
470 while (HASH_KEY_NON_EXISTENT != (keytype = in generate_dispids()
474 if (keytype == HASH_KEY_IS_LONG) { in generate_dispids()
501 while (HASH_KEY_NON_EXISTENT != (keytype = in generate_dispids()
506 if (keytype == HASH_KEY_IS_LONG) { in generate_dispids()
589 int keytype; in php_com_wrapper_export_as_sink() local
601 while (HASH_KEY_NON_EXISTENT != (keytype = in php_com_wrapper_export_as_sink()
604 if (keytype == HASH_KEY_IS_LONG) { in php_com_wrapper_export_as_sink()
H A Dcom_variant.c40 int keytype; in safe_array_from_zval() local
52 keytype = zend_hash_get_current_key_ex(HASH_OF(z), &strindex, &strindexlen, &intindex, 0, &pos); in safe_array_from_zval()
54 if (HASH_KEY_IS_STRING == keytype) { in safe_array_from_zval()
56 } else if (HASH_KEY_NON_EXISTENT == keytype) { in safe_array_from_zval()

Completed in 10 milliseconds