Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dproc_open.c479 char* orig_cwd = NULL; in PHP_FUNCTION() local
791 orig_cwd = getcwd(NULL, PATH_MAX); in PHP_FUNCTION()
807 if (cwd && orig_cwd) { in PHP_FUNCTION()
808 chdir2(orig_cwd); in PHP_FUNCTION()
809 free(orig_cwd); in PHP_FUNCTION()
818 if (cwd && orig_cwd) { in PHP_FUNCTION()
819 chdir2(orig_cwd); in PHP_FUNCTION()
820 free(orig_cwd); in PHP_FUNCTION()

Completed in 13 milliseconds