--TEST-- Bug #70258 (Segfault if do_resize fails to allocated memory) --INI-- memory_limit=2M --SKIPIF-- --FILE-- arr["no_pack"] = 1; while (1) { $this->arr[] = 1; } } } $a = new A; $a->core(); ?> --EXPECTF-- Fatal error: Allowed memory size of 2097152 bytes exhausted%s(tried to allocate %d bytes) in %s on line %d