mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fixed typo.
This commit is contained in:
parent
cd410cbf9f
commit
a26a849bb3
@ -435,7 +435,7 @@ TEST $file
|
||||
@unlink($tmp_skipif);
|
||||
if (ereg("^skip", trim($output))){
|
||||
echo "SKIP $tested";
|
||||
$reason = (ereg("^skip[[:space:]]*(.+)\$", trim($output))) ? ereg_replace("^^skip[[:space:]]*(.+)\$", "\\1", trim($output)) : FALSE;
|
||||
$reason = (ereg("^skip[[:space:]]*(.+)\$", trim($output))) ? ereg_replace("^skip[[:space:]]*(.+)\$", "\\1", trim($output)) : FALSE;
|
||||
if ($reason) {
|
||||
echo " (reason: $reason)\n";
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user