Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dproc_open.c501 wchar_t *cmdw = NULL, *cwdw = NULL, *envpw = NULL; in PHP_FUNCTION() local
935 envpw = php_win32_cp_env_any_to_w(env.envp); in PHP_FUNCTION()
936 if (envpw) { in PHP_FUNCTION()
952 …newprocok = CreateProcessW(NULL, cmdw, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &si… in PHP_FUNCTION()
973 …newprocok = CreateProcessW(NULL, cmdw2, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &s… in PHP_FUNCTION()
981 free(envpw); in PHP_FUNCTION()
982 envpw = NULL; in PHP_FUNCTION()
1195 free(envpw); in PHP_FUNCTION()

Completed in 9 milliseconds