php-src/ext/spl
Nikita Popov 32f377b0b9 Fixed bug #79710
Make sure we don't use zresource after the stream has been destroyed.
2020-06-19 10:46:26 +02:00
..
examples Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
internal Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
tests Fixed bug #79710 2020-06-19 10:46:26 +02:00
config.m4 Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
doxygen.cfg
php_spl.c Fix #77360: class_uses causes segfault 2018-12-27 15:34:02 +01:00
php_spl.h year++ 2018-01-02 12:57:58 +08:00
README Trim trailing whitespace in source code files 2018-10-13 14:16:33 +02:00
spl_array.c Fix #77298: segfault occurs when add property to unserialized empty ArrayObject 2018-12-21 17:45:52 +01:00
spl_array.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_directory.c Fixed bug #79710 2020-06-19 10:46:26 +02:00
spl_directory.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_dllist.c Fix #75673: SplStack::unserialize() behavior 2020-03-06 09:09:49 +01:00
spl_dllist.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_engine.c year++ 2018-01-02 12:57:58 +08:00
spl_engine.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_exceptions.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_exceptions.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_fixedarray.c Fix #79393: Null coalescing operator failing with SplFixedArray 2020-03-23 13:29:25 +01:00
spl_fixedarray.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_functions.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_functions.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_heap.c Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
spl_heap.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_iterators.c Merge branch 'PHP-7.2' into PHP-7.3 2018-08-18 14:39:15 +02:00
spl_iterators.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_observer.c Merge branch 'PHP-7.2' into PHP-7.3 2019-09-23 13:18:39 +02:00
spl_observer.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl.php "Countable" interface is moved from SPL to Core 2017-05-25 12:47:43 +03:00

This is an extension that aims to implement some efficient data access
interfaces and classes. You'll find the classes documented using php
code in the file spl.php or in the corresponding .inc file in the examples
subdirectory. Based on the internal implementations or the files in the
examples subdirectory there are also some .php files to experiment with.

For more information look at: http://php.net/manual/en/book.spl.php