--TEST-- Bug #81208: Segmentation fault while create newInstance from attribute --FILE-- getProperty("property")->getAttributes() as $attribute) { try { $attribute->newInstance(); } catch (Error $e) { echo $e->getMessage(), "\n"; } } ?> --EXPECT-- Undefined constant "asdasdasd"