mirror of
https://github.com/php/php-src.git
synced 2026-04-15 12:01:07 +02:00
The `php_serialize` decode function has to return `FAILURE`, if the unserialization failed on anything but an empty string. The `php` decode function has also to return `FAILURE`, if there is trailing garbage in the string.