Home
last modified time | relevance | path

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

/php-src/main/
H A Dmain.c2447 # define OLD_CWD_SIZE 4096 in php_execute_script_ex() macro
2448 old_cwd = do_alloca(OLD_CWD_SIZE, use_heap); in php_execute_script_ex()
2468 php_ignore_value(VCWD_GETCWD(old_cwd, OLD_CWD_SIZE-1)); in php_execute_script_ex()
2558 #define OLD_CWD_SIZE 4096 in php_execute_simple_script() macro
2559 old_cwd = do_alloca(OLD_CWD_SIZE, use_heap); in php_execute_simple_script()
2572 php_ignore_value(VCWD_GETCWD(old_cwd, OLD_CWD_SIZE-1)); in php_execute_simple_script()

Completed in 11 milliseconds