Searched refs:orig_cwd (Results 1 – 1 of 1) sorted by relevance
443 char* orig_cwd = NULL; in PHP_FUNCTION() local758 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