php-src/ext/spl
2018-10-14 12:07:20 -03:00
..
tests Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
config.m4 Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
php_spl.c Fix some misspellings 2018-08-12 16:15:45 +02:00
php_spl.h year++ 2018-01-02 12:57:58 +08:00
README Remove and refactor ext/spl/examples 2018-09-29 09:29:32 +02:00
spl_array.c Restore array_key_exists() compatibility for ArrayObject 2018-10-11 16:10:22 +02:00
spl_array.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_directory.c Merge branch 'PHP-7.3' 2018-08-22 15:40:26 +02:00
spl_directory.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_dllist.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02: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 Removed useless IS_UNDEF checks 2018-07-31 12:23:46 +03:00
spl_fixedarray.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_functions.c Replace ZEND_ACC_ANON_BOUND, ZEND_ACC_UNRESOLVED_PARENT and ZEND_ACC_UNRESOLVED_INTERFACES with single ZEND_ACC_LINKED. 2018-09-18 11:41:40 +03: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:56:38 +02:00
spl_heap.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_iterators.c Use zend_class_entry/zend_function type names instead of _zend_class_entry/_zend_function tags. 2018-08-22 14:01:14 +03:00
spl_iterators.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_observer.c Fix some misspellings 2018-08-12 16:15:45 +02:00
spl_observer.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00

This is an extension that aims to implement some efficient data access
interfaces and classes.

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