mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
more debug code removed *sigh*
This commit is contained in:
parent
cdcc98141e
commit
4920ac3362
@ -517,7 +517,6 @@ class System
|
||||
}
|
||||
if (count($patterns)) {
|
||||
$patterns = implode('|', $patterns);
|
||||
echo "p: $patterns\n";
|
||||
$ret = array();
|
||||
for ($i = 0; $i < count($files); $i++) {
|
||||
if (preg_match("#^$patterns\$#", $files[$i])) {
|
||||
|
Loading…
Reference in New Issue
Block a user