Searched refs:cmdw2 (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/standard/ |
H A D | proc_open.c | 742 wchar_t *cmdw2; in PHP_FUNCTION() local 746 cmdw2 = (wchar_t *)malloc(len * sizeof(wchar_t)); in PHP_FUNCTION() 747 if (!cmdw2) { in PHP_FUNCTION() 751 ret = _snwprintf(cmdw2, len, L"%hs /c %s", COMSPEC_NT, cmdw); in PHP_FUNCTION() 754 free(cmdw2); in PHP_FUNCTION() 759 …newprocok = CreateProcessW(NULL, cmdw2, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &s… in PHP_FUNCTION() 760 free(cmdw2); in PHP_FUNCTION()
|
Completed in 6 milliseconds