dim1               98 ext/com_dotnet/com_misc.c PHP_COM_DOTNET_API int php_com_safearray_get_elem(VARIANT *array, VARIANT *dest, LONG dim1)
dim1              126 ext/com_dotnet/com_misc.c 	if (dim1 < lbound || dim1 > ubound) {
dim1              134 ext/com_dotnet/com_misc.c 	indices[0] = dim1;
dim1              169 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API int php_com_safearray_get_elem(VARIANT *array, VARIANT *dest, LONG dim1);