Make WordPress Core


Ignore:
Timestamp:
03/13/2020 09:12:01 PM (6 years ago)
Author:
SergeyBiryukov
Message:

General: Trim the input data in maybe_unserialize(), for consistency with is_serialized().

Props pbearne, mikeschroder.
Fixes #36416.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions.php

    r47452 r47454  
    292292                                true,
    293293                        ),
     294                        array( '   s:25:"this string is serialized";   ', true ),
    294295                );
    295296        }
Note: See TracChangeset for help on using the changeset viewer.