Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/file/
H A Drealpath_bug77484.phpt20 $old_cwd = getcwd();
36 var_dump($old_cwd, $new_cwd, $rp0, $rp1, $rp2);
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dbug54028_2.phpt28 $old_cwd = getcwd();
35 chdir($old_cwd);
H A Dbug75063_utf8.phpt28 $old_cwd = getcwd();
52 chdir($old_cwd);
H A Dbug75063_cp1251.phpt30 $old_cwd = getcwd();
54 chdir($old_cwd);
/php-src/main/
H A Dmain.c2510 char *old_cwd; in php_execute_script_ex() local
2517 old_cwd = do_alloca(OLD_CWD_SIZE, use_heap); in php_execute_script_ex()
2518 old_cwd[0] = '\0'; in php_execute_script_ex()
2605 if (old_cwd[0] != '\0') { in php_execute_script_ex()
2606 php_ignore_value(VCWD_CHDIR(old_cwd)); in php_execute_script_ex()
2608 free_alloca(old_cwd, use_heap); in php_execute_script_ex()
2623 char *old_cwd; in php_execute_simple_script() local
2629 old_cwd[0] = '\0'; in php_execute_simple_script()
2647 if (old_cwd[0] != '\0') { in php_execute_simple_script()
2648 php_ignore_value(VCWD_CHDIR(old_cwd)); in php_execute_simple_script()
[all …]
/php-src/sapi/cli/
H A Dphp_cli_server.c2255 char *old_cwd; in php_cli_server_dispatch_router() local
2258 old_cwd = do_alloca(MAXPATHLEN, use_heap); in php_cli_server_dispatch_router()
2259 old_cwd[0] = '\0'; in php_cli_server_dispatch_router()
2260 php_ignore_value(VCWD_GETCWD(old_cwd, MAXPATHLEN - 1)); in php_cli_server_dispatch_router()
2284 if (old_cwd[0] != '\0') { in php_cli_server_dispatch_router()
2285 php_ignore_value(VCWD_CHDIR(old_cwd)); in php_cli_server_dispatch_router()
2288 free_alloca(old_cwd, use_heap); in php_cli_server_dispatch_router()

Completed in 27 milliseconds