--TEST-- Cannot write to closure properties --FILE-- getFn()->b = new stdClass; } catch (Error $e) { echo $e->getMessage(), "\n"; } ?> --EXPECT-- Closure object cannot have properties