php-src/ext/spl
Sara Golemon 1071d85764
Flesh out HashTable insertion APIs
Fills out the array/object-property insert helpers for zend_array, zend_object, and zend_reference.

This adds the following matrix of 18 APIs
add_next_index_T()
add_index_T()
add_assoc_T()
add_assoc_T_ex()
add_property_T()
add_property_T_ex()

Where T in array, object, reference

Converted internal callsites currently doing an explicit object wrap.
2020-12-01 18:36:21 +00:00
..
tests Fix #62004: SplFileObject: fgets after seek returns wrong line 2020-11-30 16:03:37 +01:00
config.m4 Refactor parts of SPL Dir/SplFileObject 2020-09-03 14:23:18 +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 Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
php_spl.c Flesh out HashTable insertion APIs 2020-12-01 18:36:21 +00:00
php_spl.h Remove autoload_running flag 2020-06-10 09:41:58 +02:00
php_spl.stub.php Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_array_arginfo.h Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_array.c Properly validate ArrayObject::asort() argument 2020-10-22 15:20:43 +02: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 Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_directory_arginfo.h Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_directory.c Fix #62004: SplFileObject: fgets after seek returns wrong line 2020-11-30 16:03:37 +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 Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_dllist_arginfo.h Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_dllist.c Use normal error in SPL for 'An iterator cannot be used with foreach by reference' 2020-09-15 12:49:59 +02: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 Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_engine.c Use zend_dval_to_lval() in spl_offset_convert_to_long() 2020-08-27 14:53:56 +02:00
spl_engine.h Cleanup SPL instantiation code 2020-07-23 16:00:12 +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 Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_fixedarray.c Clean up spl_fixedarray.c 2020-09-27 12:25:02 -06: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 Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_functions.c Fix expression warnings and break warnings 2020-06-07 10:41:11 +02:00
spl_functions.h Generate methods entries from stubs for ext/spl 2020-04-25 23:54:56 +02:00
spl_heap_arginfo.h Add support for @implementation-alias in stubs 2020-09-21 10:08:45 +02:00
spl_heap.c Use normal error in SPL for 'An iterator cannot be used with foreach by reference' 2020-09-15 12:49:59 +02: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 support for @implementation-alias in stubs 2020-09-21 10:08:45 +02:00
spl_iterators_arginfo.h Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_iterators.c Support GC for AppendIterator 2020-10-01 16:18:23 +02:00
spl_iterators.h Define Stringable with __toString():string method 2020-03-02 15:25:32 +01:00
spl_iterators.stub.php Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_observer_arginfo.h Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
spl_observer.c Use ZPP instead of custom type checks 2020-09-04 14:32:34 +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 Update ext/spl parameter names 2020-10-07 12:26:46 +02:00