Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dproc_open.c431 wchar_t *cmdw = NULL, *cwdw = NULL, *envpw = NULL; in PHP_FUNCTION() local
720 envpw = php_win32_cp_env_any_to_w(env.envp); in PHP_FUNCTION()
721 if (envpw) { in PHP_FUNCTION()
737 …newprocok = CreateProcessW(NULL, cmdw, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &si… in PHP_FUNCTION()
758 …newprocok = CreateProcessW(NULL, cmdw2, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &s… in PHP_FUNCTION()
766 free(envpw); in PHP_FUNCTION()
767 envpw = NULL; in PHP_FUNCTION()
955 free(envpw); in PHP_FUNCTION()

Completed in 7 milliseconds