diff --git a/pear/tests/pear_registry.phpt b/pear/tests/pear_registry.phpt index 143b2ee8af7..214ecbfe791 100644 --- a/pear/tests/pear_registry.phpt +++ b/pear/tests/pear_registry.phpt @@ -50,6 +50,7 @@ function dumpall(&$reg) print $pkg["name"] . ":"; unset($pkg["name"]); foreach ($pkg as $k => $v) { + if ($k == '_lastmodified') continue; print " $k=\"$v\""; } print "\n";