Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dproc_open.c444 char* orig_cwd = NULL; in PHP_FUNCTION() local
803 orig_cwd = getcwd(NULL, PATH_MAX); in PHP_FUNCTION()
819 if (cwd && orig_cwd) { in PHP_FUNCTION()
820 chdir2(orig_cwd); in PHP_FUNCTION()
821 free(orig_cwd); in PHP_FUNCTION()
830 if (cwd && orig_cwd) { in PHP_FUNCTION()
831 chdir2(orig_cwd); in PHP_FUNCTION()
832 free(orig_cwd); in PHP_FUNCTION()

Completed in 7 milliseconds