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
/
Namespaces
A file imports App\Models\Invoice, then sets $class = "Invoice" and executes new $class()…
from Namespaces
PHP 8.3.33
intermediate
1 min
A file imports App\Models\Invoice, then sets $class = "Invoice" and executes new $class(). Which name is requested?
The global name Invoice
App\Models\Invoice because the import rewrites strings
The current namespace followed by App\Models\Invoice
Check
Ask AI about this kata
Report an error
next kata
What does use Vendor\Mail\Client; do in a PHP file?
Quiz
A new version is available
Reload