php-src/ext/spl
2020-03-31 16:55:36 +02:00
..
tests Display nullability in type error messages for internal functions 2020-03-31 16:55:36 +02:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Remove HAVE_* for always available extensions 2019-04-14 11:44:12 -03:00
CREDITS Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
php_spl_arginfo.h Add funcinfo for spl global functions 2019-12-11 18:17:04 -05:00
php_spl.c Improve error messages of various extensions 2020-03-23 18:59:04 +01:00
php_spl.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_spl.stub.php Add some stubs for SPL 2020-03-10 11:41:48 +01:00
spl_array_arginfo.h Add some stubs for SPL 2020-03-10 11:41:48 +01:00
spl_array.c Add some stubs for SPL 2020-03-10 11:41:48 +01: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 Add some stubs for SPL 2020-03-10 11:41:48 +01:00
spl_directory_arginfo.h Add stubs for SplFileInfo et al. 2020-03-23 13:36:17 +01:00
spl_directory.c Remove HAVE_REALPATH checks 2020-03-26 11:46:00 +01: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 Add stubs for SplFileInfo et al. 2020-03-23 13:36:17 +01:00
spl_dllist_arginfo.h Add stubs for SplDoublyLinkedList 2020-03-25 15:01:24 +01:00
spl_dllist.c Fix #75958 Return void instead of true 2020-03-25 15:04:33 +01: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 Fix #75958 Return void instead of true 2020-03-25 15:04:33 +01:00
spl_engine.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
spl_engine.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +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 Add some stubs for SPL 2020-03-10 11:41:48 +01:00
spl_fixedarray.c Merge branch 'PHP-7.4' 2020-03-23 13:59:22 +01: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 Add some stubs for SPL 2020-03-10 11:41:48 +01:00
spl_functions.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
spl_functions.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
spl_heap_arginfo.h Add stubs for SplHeap and SplPriorityQueue 2020-03-16 12:04:56 +01:00
spl_heap.c Add stubs for SplHeap and SplPriorityQueue 2020-03-16 12:04:56 +01: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 stubs for SplHeap and SplPriorityQueue 2020-03-16 12:04:56 +01:00
spl_iterators_arginfo.h Add stubs for SPL iterators 2020-03-24 08:02:27 +01:00
spl_iterators.c Add stubs for SPL iterators 2020-03-24 08:02:27 +01:00
spl_iterators.h Define Stringable with __toString():string method 2020-03-02 15:25:32 +01:00
spl_iterators.stub.php Add stubs for SPL iterators 2020-03-24 08:02:27 +01:00
spl_observer_arginfo.h Fix ZPP of MultipleIterator::detachIterator() and MultipleIterator::containsIterator() 2020-03-16 12:05:40 +01:00
spl_observer.c Add a ZEND_UNCOMPARABLE value 2020-03-31 12:36:48 +02: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 ZPP of MultipleIterator::detachIterator() and MultipleIterator::containsIterator() 2020-03-16 12:05:40 +01:00