--TEST-- GH-14639 (Member access within null pointer in ext/spl/spl_observer.c) --INI-- memory_limit=2M --SKIPIF-- --FILE-- 0; $i--) { $object = new StdClass(); $object->a = str_repeat("a", 2); $b->attach($object); } ?> --EXPECTF-- Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line %d