Home
last modified time | relevance | path

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

/PHP-8.2/ext/com_dotnet/
H A Dcom_com.c464 int i, byref_count = 0, j; in php_com_do_invoke_byref() local
491 byref_count++; in php_com_do_invoke_byref()
496 if (byref_count) { in php_com_do_invoke_byref()
497 byref_vals = (VARIANT*)safe_emalloc(sizeof(VARIANT), byref_count, 0); in php_com_do_invoke_byref()

Completed in 5 milliseconds