Commit graph

8 commits

Author SHA1 Message Date
Levi Morrison
13f8760951 Fix IteratorIterator::key() return type
Years ago this was `void`, and I erroneously changed it to `scalar`. It will delegate to the sub-iterator's get_current_key handler, which can return any kind of zval.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346694 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-04 01:49:54 +00:00
Jakub Vrana
e3b9788fa7 Fix iterators' key() return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328297 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-09 23:12:56 +00:00
Jakub Vrana
d8b968e63c Document public constructors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321901 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-08 05:33:58 +00:00
Peter Cowburn
8544f5925a getinneriterator() can return traversable (doc #55480)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315319 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-22 23:50:47 +00:00
Peter Cowburn
28e760d63b iteratoriterator method return types (doc #55480)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315318 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-22 23:45:29 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner
e3d8be23f8 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283837 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:59:47 +00:00
Philip Olson
65049d5b8c Briefly documented IteratorIterator
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278162 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-02 07:20:24 +00:00