Commit typo fix by Kevin Abel

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325428 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nikita Popov 2012-04-23 17:37:49 +00:00
parent a7bb5339d4
commit 155514e434

View file

@ -58,7 +58,7 @@ class TestsOnlyFilter extends RecursiveFilterIterator {
}
}
$arrary = array("test1", array("taste2", "test3", "test4"), "test5");
$array = array("test1", array("taste2", "test3", "test4"), "test5");
$iterator = new RecursiveArrayIterator($array);
$filter = new TestsOnlyFilter($iterator);