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