]> granicus.if.org Git - php/commitdiff
Fix test after unserialize change
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 16 Sep 2019 09:59:43 +0000 (11:59 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 16 Sep 2019 09:59:43 +0000 (11:59 +0200)
Zend/tests/bug70253.phpt

index dd760df28bf3ebd1f280b23043a4e0d6913d05c0..053e49d9021ab3654a04311605bfad1dc22bc0b7 100644 (file)
@@ -1,17 +1,8 @@
 --TEST--
 Bug #70253 (segfault at _efree () in zend_alloc.c:1389)
---INI--
-memory_limit=2M
---SKIPIF--
-<?php
-$zend_mm_enabled = getenv("USE_ZEND_ALLOC");
-if ($zend_mm_enabled === "0") {
-       die("skip Zend MM disabled");
-}
-?>
 --FILE--
 <?php
 unserialize('a:2:{i:0;O:9:"000000000":10000000');
 ?>
 --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