From c8359fcea258e95fd55708fb2dbaf8b064c9ccab Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 16 Sep 2019 11:59:43 +0200 Subject: [PATCH] Fix test after unserialize change --- Zend/tests/bug70253.phpt | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Zend/tests/bug70253.phpt b/Zend/tests/bug70253.phpt index dd760df28b..053e49d902 100644 --- a/Zend/tests/bug70253.phpt +++ b/Zend/tests/bug70253.phpt @@ -1,17 +1,8 @@ --TEST-- Bug #70253 (segfault at _efree () in zend_alloc.c:1389) ---INI-- -memory_limit=2M ---SKIPIF-- - --FILE-- --EXPECTF-- -Fatal error: Allowed memory size of 2097152 bytes exhausted%s(tried to allocate %d bytes) in %s on line %d +Notice: unserialize(): Error at offset 33 of 33 bytes in %s on line %d -- 2.40.0