1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00
Files
archived-php-src/ext/spl
Nikita Popov 1266515e19 Fix uses of zval_add_ref and add comment on usage
zval_add_ref should be used as a copy ctor, after the value was
already copied.

In particular when used with hash insertions, it should be applied
to the return value of the insert function.
2015-01-05 17:02:11 +01:00
..
2014-12-13 23:06:14 +01:00
2014-12-13 23:06:14 +01:00
2014-12-13 23:06:14 +01:00
2014-09-19 18:33:14 +02:00
2014-12-13 23:06:14 +01:00
2014-12-13 23:06:14 +01:00
2014-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +02:00
2014-12-13 23:06:14 +01:00
2014-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +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