Lines Matching refs:cwd
415 char *command, *cwd=NULL; in PHP_FUNCTION() local
462 &command_len, &descriptorspec, &pipes, &cwd, &cwd_len, &environment, in PHP_FUNCTION()
680 if (cwd == NULL) { in PHP_FUNCTION()
687 cwd = cur_cwd; in PHP_FUNCTION()
689 cwdw = php_win32_cp_any_to_w(cwd); in PHP_FUNCTION()
802 if (cwd) { in PHP_FUNCTION()
804 chdir2(cwd); in PHP_FUNCTION()
819 if (cwd && orig_cwd) { in PHP_FUNCTION()
830 if (cwd && orig_cwd) { in PHP_FUNCTION()
889 if (cwd) { in PHP_FUNCTION()
890 php_ignore_value(chdir(cwd)); in PHP_FUNCTION()