Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dproc_open.c519 char* orig_cwd = NULL; in PHP_FUNCTION() local
833 orig_cwd = getcwd(NULL, PATH_MAX); in PHP_FUNCTION()
849 if (cwd && orig_cwd) { in PHP_FUNCTION()
850 chdir2(orig_cwd); in PHP_FUNCTION()
851 free(orig_cwd); in PHP_FUNCTION()
860 if (cwd && orig_cwd) { in PHP_FUNCTION()
861 chdir2(orig_cwd); in PHP_FUNCTION()
862 free(orig_cwd); in PHP_FUNCTION()

Completed in 7 milliseconds