1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00

Test descriptions showed up blank, fixed.

This commit is contained in:
Stig Bakken
2000-10-29 07:19:35 +00:00
parent e76bafd648
commit fc4b704fca
+1 -1
View File
@@ -407,7 +407,7 @@ function run_test($file) {
}
fclose($ofp);
pclose($cp);
$desc = isset($test)?trim($TEST):"";
$desc = isset($TEST)?trim($TEST):"";
$outfile = preg_replace('/\.phpt$/', '.out', $file);
$expectfile = preg_replace('/\.phpt$/', '.exp', $file);
$phpfile = preg_replace('/\.phpt$/', '.php', $file);