Home
last modified time | relevance | path

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

/PHP-7.2/ext/com_dotnet/
H A Dcom_com.c481 int i, byref_count = 0, j; in php_com_do_invoke_byref() local
509 byref_count++; in php_com_do_invoke_byref()
514 if (byref_count) { in php_com_do_invoke_byref()
515 byref_vals = (VARIANT*)safe_emalloc(sizeof(VARIANT), byref_count, 0); in php_com_do_invoke_byref()

Completed in 7 milliseconds