Searched refs:php_com_safearray_get_elem (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/com_dotnet/ |
H A D | com_iterator.c | 111 if (php_com_safearray_get_elem(&I->safe_array, &I->v, (LONG)I->key) == 0) { in com_iter_move_forwards() 191 if (I->sa_max >= bound && php_com_safearray_get_elem(&I->safe_array, &I->v, bound)) { in php_com_iter_get()
|
H A D | com_misc.c | 94 PHP_COM_DOTNET_API int php_com_safearray_get_elem(VARIANT *array, VARIANT *dest, LONG dim1) in php_com_safearray_get_elem() function
|
H A D | php_com_dotnet_internal.h | 132 PHP_COM_DOTNET_API int php_com_safearray_get_elem(VARIANT *array, VARIANT *dest, LONG dim1);
|
H A D | com_handlers.c | 101 if (php_com_safearray_get_elem(&obj->v, &v, (LONG)Z_LVAL_P(offset))) { in com_read_dimension()
|
Completed in 19 milliseconds