Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dproc_open.c443 char* orig_cwd = NULL; in PHP_FUNCTION() local
758 orig_cwd = getcwd(NULL, PATH_MAX); in PHP_FUNCTION()
774 if (cwd && orig_cwd) { in PHP_FUNCTION()
775 chdir2(orig_cwd); in PHP_FUNCTION()
776 free(orig_cwd); in PHP_FUNCTION()
785 if (cwd && orig_cwd) { in PHP_FUNCTION()
786 chdir2(orig_cwd); in PHP_FUNCTION()
787 free(orig_cwd); in PHP_FUNCTION()

Completed in 5 milliseconds