mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01: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.