1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 12:42:29 +02:00
Files
archived-php-src/ext/standard/tests/serialize
Nikita Popov af324e24df Fix issue mentioned in #77302
Apparently Serializable::serialize() can return NULL, which is encoded
as N;. As we do not allow back-references to non-object values in
PHP 7.3 we need to make sure that any references are also compiled to
N;.
2019-02-21 12:04:49 +01:00
..
2018-10-14 19:45:12 +02:00
2018-10-14 19:45:12 +02:00
2018-10-14 19:45:12 +02:00
2018-10-14 19:45:12 +02:00
2018-10-14 19:45:12 +02:00
2017-02-03 18:52:57 +01:00
2017-09-11 12:38:20 +02:00
2017-02-03 18:52:57 +01:00
2017-02-03 18:52:57 +01:00
2017-01-01 21:11:01 +01:00
2018-07-02 17:27:43 +02:00
2017-09-11 12:38:20 +02:00
2017-07-04 19:06:16 -07:00
2017-03-23 22:06:46 +01:00
2017-09-11 12:38:20 +02:00
2017-08-12 13:11:35 +02:00