Home
last modified time | relevance | path

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

/PHP-8.0/win32/build/
H A Dmkdist.php18 $test_dir = $build_dir . "/php-test-pack-" . $php_version; variable
490 if (!is_dir($test_dir)) {
491 mkdir($test_dir);
501 copy_test_dir($dir, $test_dir);
503 copy('run-tests.php', $test_dir . '/run-tests.php');
/PHP-8.0/
H A Drun-tests.php921 foreach ($user_tests as $test_dir) {
922 echo "{$test_dir}\n ";
2051 $temp_dir = $test_dir = $IN_REDIRECT['dir'];
2053 $temp_dir = $test_dir = realpath(dirname($file));
2069 $test_file = $test_dir . DIRECTORY_SEPARATOR . $main_file_name . 'php';
2071 $test_skipif = $test_dir . DIRECTORY_SEPARATOR . $main_file_name . 'skip.php';
2073 $test_clean = $test_dir . DIRECTORY_SEPARATOR . $main_file_name . 'clean.php';

Completed in 15 milliseconds