mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
cfd1045822
Returns the number of bytes consumed by reference for streaming unserialization. Actual unserialization behavior is not modified at all. The need for this came up while trying to parse SplDoublyLinkedList's serialization format which uses a non-standard stream of serialized values.