Lines Matching refs:cwd
82 $cwd = getcwd(); variable
113 $php = $cwd . '/sapi/cli/php';
117 $php_cgi = $cwd . '/sapi/cgi/php-cgi';
133 $php_cgi = $cwd . '/sapi/cgi/php-cgi';
161 $phpdbg = $cwd . '/sapi/phpdbg/phpdbg';
241 …global $cwd, $php, $php_cgi, $phpdbg, $php_info, $user_tests, $ini_overwrites, $pass_options, $ext…
308 CWD : $cwd
878 find_files("{$cwd}/{$dir}", ($dir == 'ext'));
932 global $cwd;
937 …$ta = strpos($a, "{$cwd}/tests") === 0 ? 1 + (strpos($a, "{$cwd}/tests/run-test") === 0 ? 1 : 0) :…
938 …$tb = strpos($b, "{$cwd}/tests") === 0 ? 1 + (strpos($b, "{$cwd}/tests/run-test") === 0 ? 1 : 0) :…
1084 global $leak_check, $cwd;
1097 ), $pipes, $cwd, $bin_env, array('suppress_errors' => true, 'binary_pipes' => true));
1202 global $log_format, $info_params, $ini_overwrites, $cwd, $PHP_FAILED_TESTS;
1341 $shortname = str_replace($cwd . '/', '', $file);
2208 …junit_mark_test_as($restype, str_replace($cwd . '/', '', $tested_file), $tested, null, $info, $dif…