php-doc-en/reference/spl
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
..
appenditerator
arrayiterator The php impl. is different from the docs, see https://github.com/php/php-src/blob/master/ext/spl/spl_array.c#L717-L772 2018-09-14 11:01:23 +00:00
arrayobject Fix #68106: Typo in ArrayIterator::setFlags 2018-08-18 12:03:39 +00:00
cachingiterator Fix parameter types 2018-09-14 10:59:34 +00:00
callbackfilteriterator Fix Bug #76924: CallbackFilterIterator::accept returns a boolean not a string 2018-09-23 17:09:15 +00:00
countable
directoryiterator Fix grossly misleading information 2018-05-02 22:00:58 +00:00
emptyiterator
filesystemiterator
filteriterator
functions Fix #75546: Clarification for how iterator_apply's $args are passed to the $function 2018-04-07 22:06:57 +00:00
globiterator Rename to (note 116676) 2018-01-26 09:49:38 +00:00
infiniteiterator
iteratoriterator Fix IteratorIterator::key() return type 2019-02-04 01:49:54 +00:00
limititerator
multipleiterator
norewinditerator Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
outeriterator Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
parentiterator
recursivearrayiterator Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
recursivecachingiterator Fix #76823: RecursiveCachingIterator has a wrong type for $flags argument 2018-08-30 21:42:07 +00:00
recursivecallbackfilteriterator
recursivedirectoryiterator Use entities in initializer 2018-01-25 19:11:34 +00:00
recursivefilteriterator
recursiveiterator Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
recursiveiteratoriterator Fix bug #75948 (Incorrect param type documentation for RecursiveIteratorIterator::setMaxDepth) 2018-02-11 12:24:09 +00:00
recursiveregexiterator Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
recursivetreeiterator Fix return type 2018-01-26 13:20:43 +00:00
regexiterator Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
seekableiterator
spldoublylinkedlist Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
splfileinfo Fix #72109: SplFileObject::__construct() not mentioned in class synopsis 2018-06-16 16:43:16 +00:00
splfileobject As of PHP 7.4.0 an empty escape string means no escaping 2018-12-15 15:15:12 +00:00
splfixedarray Use entities in initializer 2018-01-25 19:11:34 +00:00
splheap Document PHP 7.2 functions 2018-01-26 13:20:18 +00:00
splmaxheap Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
splminheap Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
splobjectstorage
splobserver
splpriorityqueue SplPriorityQueue::insert() return true 2019-01-28 10:38:22 +00:00
splqueue Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
splstack
splsubject
spltempfileobject Fix #72109: SplFileObject::__construct() not mentioned in class synopsis 2018-06-16 16:43:16 +00:00
appenditerator.xml
arrayiterator.xml Fix #68106: Typo in ArrayIterator::setFlags 2018-08-18 12:03:39 +00:00
arrayobject.xml
badfunctioncallexception.xml
badmethodcallexception.xml
book.xml
cachingiterator.xml
callbackfilteriterator.xml
constants.xml
countable.xml
datastructures.xml
directoryiterator.xml
domainexception.xml
emptyiterator.xml
exceptions.xml
files.xml
filesystemiterator.xml
filteriterator.xml
globiterator.xml Show inherited constants 2018-09-20 15:10:00 +00:00
infiniteiterator.xml
interfaces.xml
invalidargumentexception.xml
iteratoriterator.xml
iterators.xml
lengthexception.xml
limititerator.xml
logicexception.xml
miscellaneous.xml
multipleiterator.xml
norewinditerator.xml
outeriterator.xml
outofboundsexception.xml
outofrangeexception.xml
overflowexception.xml
parentiterator.xml Link parent method (bug #74568) 2018-01-29 23:18:43 +00:00
rangeexception.xml
recursivearrayiterator.xml Show inherited constants 2018-09-20 15:10:00 +00:00
recursivecachingiterator.xml Show inherited constants 2018-09-20 15:10:00 +00:00
recursivecallbackfilteriterator.xml
recursivedirectoryiterator.xml Show inherited constants 2018-09-20 15:10:00 +00:00
recursivefilteriterator.xml
recursiveiterator.xml
recursiveiteratoriterator.xml Proper i18n 2018-09-21 11:55:22 +00:00
recursiveregexiterator.xml Show inherited constants 2018-09-20 15:10:00 +00:00
recursivetreeiterator.xml Show inherited constants 2018-09-20 15:10:00 +00:00
reference.xml
regexiterator.xml
runtimeexception.xml
seekableiterator.xml
setup.xml
spldoublylinkedlist.xml
splfileinfo.xml Fix #72109: SplFileObject::__construct() not mentioned in class synopsis 2018-06-16 16:43:16 +00:00
splfileobject.xml Fix #72109: SplFileObject::__construct() not mentioned in class synopsis 2018-06-16 16:43:16 +00:00
splfixedarray.xml
splheap.xml
splmaxheap.xml
splminheap.xml
splobjectstorage.xml
splobserver.xml
splpriorityqueue.xml Fix #76265: The order of the same priority is not maintained 2018-06-16 15:40:40 +00:00
splqueue.xml
splstack.xml
splsubject.xml
spltempfileobject.xml Show inherited constants 2018-09-20 15:10:00 +00:00
underflowexception.xml
unexpectedvalueexception.xml
versions.xml Update versions based on parsing sources 2018-01-31 12:27:12 +00:00