]> granicus.if.org Git - php/commitdiff
* exclude _lastmodified registry attrib from tests
authorStig Bakken <ssb@php.net>
Sun, 12 May 2002 07:08:25 +0000 (07:08 +0000)
committerStig Bakken <ssb@php.net>
Sun, 12 May 2002 07:08:25 +0000 (07:08 +0000)
pear/tests/pear_registry.phpt

index 143b2ee8af726aa781c78ef39a93674fbf16da83..214ecbfe7913c8f448e6b4280afd3a65eadaa465 100644 (file)
@@ -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";