Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
PHP
/
Magic methods
When does an external read call __get()?
from Magic methods
PHP 8.3.33
beginner
1 min
When does an external read call __get()?
When the requested property is undefined or inaccessible from the calling scope.
Before every public property read.
Only when the property exists and contains null.
Only when the class is marked final.
Check
Ask AI about this kata
Report an error
previous kata
What does this program print?
Predict the output
next kata
Review generated order proxy
Review AI code
A new version is available
Reload