1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-php-src/ext/spl
Nikita Popov c77d97f356 Implement GC for spl dll
As far as I can discern this should be safe, because the rc on the
linked list elements is only > 1 if an iterator points to it and
the iterator will also hold a reference to the list object.

The implementation for mangagement of the GC array is the same as
with the spl object storage.
2015-04-16 15:46:28 +02:00
..
2015-04-16 15:33:47 +02:00
2015-01-15 23:27:30 +08:00
2015-01-15 23:27:30 +08:00
2015-04-16 15:46:28 +02:00
2015-01-15 23:27:30 +08:00
2015-01-15 23:27:30 +08:00
2015-01-15 23:27:30 +08:00
2015-01-15 23:27:30 +08:00
2015-01-15 23:27:30 +08:00
2015-01-15 23:27:30 +08:00
2015-01-15 23:27:30 +08:00
2015-01-15 23:27:30 +08:00
2015-04-15 22:00:12 +02:00
2015-01-15 23:27:30 +08:00
2015-01-15 23:27:30 +08:00
2015-01-15 23:27:30 +08: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