php-src/ext/spl
Nikita Popov 4b9fbc6627 Fixed bug #81587
iterator_funcs_ptr may be null for Iterators with custom
get_iterator. Ideally MultipleIterator would make use of get_iterator,
but this would require a large implementation change.
2021-11-04 10:34:52 +01:00
..
tests Fixed bug #81587 2021-11-04 10:34:52 +01:00
config.m4 Refactor parts of SPL Dir/SplFileObject 2020-09-03 14:23:18 +02:00
config.w32 Remove HAVE_* for always available extensions 2019-04-14 11:44:12 -03:00
CREDITS
php_spl_arginfo.h Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
php_spl.c Release call trampolines in zpp fcc 2020-09-04 14:23:14 +02:00
php_spl.h Remove autoload_running flag 2020-06-10 09:41:58 +02:00
php_spl.stub.php Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_array_arginfo.h Various ext/spl stub fixes 2021-07-12 10:27:05 +02:00
spl_array.c Fix ArrayObject::exchangeArray() return type 2021-07-06 10:52:08 +02:00
spl_array.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
spl_array.stub.php Various ext/spl stub fixes 2021-07-12 10:27:05 +02:00
spl_directory_arginfo.h Various ext/spl stub fixes 2021-07-12 10:27:05 +02:00
spl_directory.c Fix #81477: LimitIterator + SplFileObject regression in 8.0.1 2021-09-29 16:17:14 +02:00
spl_directory.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
spl_directory.stub.php Various ext/spl stub fixes 2021-07-12 10:27:05 +02:00
spl_dllist_arginfo.h Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_dllist.c Use normal error in SPL for 'An iterator cannot be used with foreach by reference' 2020-09-15 12:49:59 +02:00
spl_dllist.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
spl_dllist.stub.php Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_engine.c Use zend_dval_to_lval() in spl_offset_convert_to_long() 2020-08-27 14:53:56 +02:00
spl_engine.h Cleanup SPL instantiation code 2020-07-23 16:00:12 +02:00
spl_exceptions.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
spl_exceptions.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
spl_fixedarray_arginfo.h Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_fixedarray.c Merge branch 'PHP-7.4' into PHP-8.0 2021-09-28 15:52:58 +02:00
spl_fixedarray.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
spl_fixedarray.stub.php Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_functions.c Fix expression warnings and break warnings 2020-06-07 10:41:11 +02:00
spl_functions.h Generate methods entries from stubs for ext/spl 2020-04-25 23:54:56 +02:00
spl_heap_arginfo.h Add support for @implementation-alias in stubs 2020-09-21 10:08:45 +02:00
spl_heap.c Use normal error in SPL for 'An iterator cannot be used with foreach by reference' 2020-09-15 12:49:59 +02:00
spl_heap.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
spl_heap.stub.php Add support for @implementation-alias in stubs 2020-09-21 10:08:45 +02:00
spl_iterators_arginfo.h Fix some more ext/spl return types 2021-07-15 16:40:29 +02:00
spl_iterators.c Fix leak when iterating uninitialized RecursiveIteratorIterator 2021-09-24 13:17:34 +02:00
spl_iterators.h Define Stringable with __toString():string method 2020-03-02 15:25:32 +01:00
spl_iterators.stub.php Fix some more ext/spl return types 2021-07-15 16:40:29 +02:00
spl_observer_arginfo.h Fix some return types in ext/spl 2021-07-14 12:33:14 +02:00
spl_observer.c Fixed bug #81587 2021-11-04 10:34:52 +01:00
spl_observer.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
spl_observer.stub.php Fix some return types in ext/spl 2021-07-14 12:33:14 +02:00