Searched refs:tested_file (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/ |
H A D | run-tests.php | 1900 $tested_file = $shortname; 1903 show_result("BORK", $bork_info, $tested_file); 1912 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info); 2041 $tested_file = $tmp_relative_file; 2042 $shortname = str_replace(TEST_PHP_SRCDIR . '/', '', $tested_file); 2228 show_redirect_ends($IN_REDIRECT['TESTS'], $tested, $tested_file); 3203 function show_redirect_start($tests, $tested, $tested_file) argument 3212 echo "REDIRECT $tests ($tested [$tested_file]) begin\n"; 3218 function show_redirect_ends($tests, $tested, $tested_file) argument 3227 echo "REDIRECT $tests ($tested [$tested_file]) done\n"; [all …]
|
Completed in 10 milliseconds