mirror of
https://github.com/php/php-src.git
synced 2026-04-02 13:43:02 +02:00
While the typed property ensures that the value is a string, we should make sure that we handle an unset property gracefully. Do this by throwing the same error we would normally throw if you access an uninitializde typed property.