php-src/ext/spl
Peter Kokot bfa2c7158f Fix permissions
Certain files don't need to be executables.
2018-09-21 14:12:25 +02:00
..
examples Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00
tests Fix permissions 2018-09-21 14:12:25 +02: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 Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
spl_array.c Removed useless IS_UNDEF checks 2018-07-31 12:23:46 +03: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 Remove unused Git attributes ident 2018-07-25 00:53:25 +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
spl.php Fix permissions 2018-09-21 14:12:25 +02: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