php-src/ext/spl
2018-12-27 15:34:22 +01:00
..
tests Merge branch 'PHP-7.3' 2018-12-27 15:34:22 +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.3' 2018-12-27 15:34:22 +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 Merge branch 'PHP-7.3' 2018-12-21 17:47:02 +01:00
spl_array.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_directory.c Removed useless zval_ptr_dtor(return_value) 2018-12-26 12:58:11 +03:00
spl_directory.h Allow empty $escape to eschew escaping CSV 2018-12-15 14:38:15 +01:00
spl_dllist.c Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03: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 Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +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 Fix unused variable warnings 2018-12-04 19:01:36 +01:00
spl_heap.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_iterators.c Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
spl_iterators.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_observer.c Clean up unnecessary ternary expressions and simplify some returns 2018-12-03 01:22:14 +01: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