We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4377a8e commit c8359fcCopy full SHA for c8359fc
Zend/tests/bug70253.phpt
@@ -1,17 +1,8 @@
1
--TEST--
2
Bug #70253 (segfault at _efree () in zend_alloc.c:1389)
3
---INI--
4
-memory_limit=2M
5
---SKIPIF--
6
-<?php
7
-$zend_mm_enabled = getenv("USE_ZEND_ALLOC");
8
-if ($zend_mm_enabled === "0") {
9
- die("skip Zend MM disabled");
10
-}
11
-?>
12
--FILE--
13
<?php
14
unserialize('a:2:{i:0;O:9:"000000000":10000000');
15
?>
16
--EXPECTF--
17
-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
0 commit comments