mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
a7bb5339d4
commit
155514e434
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue