--TEST-- Memory leaks on wrong assignment to typed property --FILE-- {bar()} = str_repeat("a", 3); } catch (Throwable $e) { echo $e->getMessage() . "\n"; } } ?> --EXPECT-- Cannot assign string to property Foo::$bbb of type int Cannot assign string to property Foo::$bbb of type int Cannot assign string to property Foo::$bbb of type int Cannot assign string to property Foo::$bbb of type int Cannot assign string to property Foo::$bbb of type int