Searched refs:orig_cwd (Results 1 – 1 of 1) sorted by relevance
480 char* orig_cwd = NULL; in PHP_FUNCTION() local792 orig_cwd = getcwd(NULL, PATH_MAX); in PHP_FUNCTION()808 if (cwd && orig_cwd) { in PHP_FUNCTION()809 chdir2(orig_cwd); in PHP_FUNCTION()810 free(orig_cwd); 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()
Completed in 6 milliseconds