1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00
This commit is contained in:
Pierre Joye
2003-07-06 14:17:58 +00:00
parent 1688895f6b
commit c8a14f4ad1

View File

@@ -291,6 +291,7 @@ installed package.'
} else {
$pstr = '';
}
$i = 0;
foreach ($info[$key] as $p) {
if ($debug < 2 && $p['type'] != "class") {
continue;