Home
last modified time | relevance | path

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

/php-src/ext/com_dotnet/
H A Dcom_misc.c92 PHP_COM_DOTNET_API bool php_com_safearray_get_elem(VARIANT *array, VARIANT *dest, LONG dim1) in php_com_safearray_get_elem() argument
121 if (dim1 < lbound || dim1 > ubound) { in php_com_safearray_get_elem()
129 indices[0] = dim1; in php_com_safearray_get_elem()
H A Dphp_com_dotnet_internal.h132 PHP_COM_DOTNET_API bool php_com_safearray_get_elem(VARIANT *array, VARIANT *dest, LONG dim1);

Completed in 5 milliseconds