--TEST-- Test typed properties unset __get magical magic --FILE-- bar = "1"; # ok unset($foo->bar); # ok var_dump($foo->bar); # not okay, __get is nasty ?> --EXPECTF-- Fatal error: Uncaught TypeError: Cannot assign string to property Foo::$bar of type int in %s:%d Stack trace: #0 {main} thrown in %s on line %d