php-src/ext/spl
2019-02-04 13:20:25 +03:00
..
tests Merge branch 'PHP-7.4' 2019-02-03 21:23:18 +01: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 Merge branch 'PHP-7.4' 2019-02-03 21:23:18 +01:00
php_spl.h Remove local variables 2019-02-03 21:03:00 +01:00
README Trim trailing whitespace in source code files 2018-10-13 14:16:33 +02:00
spl_array.c Refactor zend_object_handlers API to pass zend_object* and zend_string* insted of zval(s). 2019-02-04 13:20:25 +03:00
spl_array.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_directory.c Refactor zend_object_handlers API to pass zend_object* and zend_string* insted of zval(s). 2019-02-04 13:20:25 +03:00
spl_directory.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_dllist.c Refactor zend_object_handlers API to pass zend_object* and zend_string* insted of zval(s). 2019-02-04 13:20:25 +03:00
spl_dllist.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_engine.c Remove local variables 2019-02-03 21:03:00 +01:00
spl_engine.h Refactor zend_object_handlers API to pass zend_object* and zend_string* insted of zval(s). 2019-02-04 13:20:25 +03:00
spl_exceptions.c Remove local variables 2019-02-03 21:03:00 +01:00
spl_exceptions.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_fixedarray.c Refactor zend_object_handlers API to pass zend_object* and zend_string* insted of zval(s). 2019-02-04 13:20:25 +03:00
spl_fixedarray.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_functions.c Remove local variables 2019-02-03 21:03:00 +01:00
spl_functions.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_heap.c Refactor zend_object_handlers API to pass zend_object* and zend_string* insted of zval(s). 2019-02-04 13:20:25 +03:00
spl_heap.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_iterators.c Refactor zend_object_handlers API to pass zend_object* and zend_string* insted of zval(s). 2019-02-04 13:20:25 +03:00
spl_iterators.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_observer.c Refactor zend_object_handlers API to pass zend_object* and zend_string* insted of zval(s). 2019-02-04 13:20:25 +03:00
spl_observer.h Remove local variables 2019-02-03 21:03:00 +01: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