Home
last modified time | relevance | path

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

/PHP-7.4/win32/build/
H A Dmkdist.php18 $test_dir = $build_dir . "/php-test-pack-" . $php_version; variable
486 if (!is_dir($test_dir)) {
487 mkdir($test_dir);
497 copy_test_dir($dir, $test_dir);
499 copy('run-tests.php', $test_dir . '/run-test.php');
/PHP-7.4/
H A Drun-tests.php905 foreach ($user_tests as $test_dir) {
906 echo "{$test_dir}\n ";
1984 $temp_dir = $test_dir = $IN_REDIRECT['dir'];
1986 $temp_dir = $test_dir = realpath(dirname($file));
2002 $test_file = $test_dir . DIRECTORY_SEPARATOR . $main_file_name . 'php';
2004 $test_skipif = $test_dir . DIRECTORY_SEPARATOR . $main_file_name . 'skip.php';
2006 $test_clean = $test_dir . DIRECTORY_SEPARATOR . $main_file_name . 'clean.php';

Completed in 15 milliseconds