Home
last modified time | relevance | path

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

/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c486 int i, byref_count = 0, j; in php_com_do_invoke_byref() local
513 byref_count++; in php_com_do_invoke_byref()
518 if (byref_count) { in php_com_do_invoke_byref()
519 byref_vals = (VARIANT*)safe_emalloc(sizeof(VARIANT), byref_count, 0); in php_com_do_invoke_byref()

Completed in 11 milliseconds