mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
* exclude _lastmodified registry attrib from tests
This commit is contained in:
parent
b3690bbe19
commit
201ec25f42
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ function dumpall(&$reg)
|
||||||
print $pkg["name"] . ":";
|
print $pkg["name"] . ":";
|
||||||
unset($pkg["name"]);
|
unset($pkg["name"]);
|
||||||
foreach ($pkg as $k => $v) {
|
foreach ($pkg as $k => $v) {
|
||||||
|
if ($k == '_lastmodified') continue;
|
||||||
print " $k=\"$v\"";
|
print " $k=\"$v\"";
|
||||||
}
|
}
|
||||||
print "\n";
|
print "\n";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue