Searched refs:byref_count (Results 1 – 1 of 1) sorted by relevance
471 int i, byref_count = 0, j; in php_com_do_invoke_byref() local500 byref_count++; in php_com_do_invoke_byref()505 if (byref_count) { in php_com_do_invoke_byref()506 byref_vals = (VARIANT*)safe_emalloc(sizeof(VARIANT), byref_count, 0); in php_com_do_invoke_byref()
Completed in 6 milliseconds