History log of /PHP-8.2/ext/spl/tests/serialize_property_tables.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# ea256a21 28-May-2021 Nikita Popov

Add %0 format to run-tests.php

This format matches against null bytes, and prevents the test
expectation from being interpreted as binary data.

bless_tests.php will automaticall

Add %0 format to run-tests.php

This format matches against null bytes, and prevents the test
expectation from being interpreted as binary data.

bless_tests.php will automatically replace \0 with %0 as well.

show more ...


# d8b22c56 12-Jan-2021 Nikita Popov

Fix INDIRECT elements leaked by SPL __serialize implementations