php/doc-en

Classes - Example #17 Object name resolution

Aperta

#2897 aperta il 30 ott 2023

 (2 commenti) (0 reazioni) (0 assegnatari)XML (882 fork)auto 404
Status: Verifiedbuggood first issue

Metriche repository

Star
 (596 stelle)
Metriche merge PR
 (Merge medio 99g 23h) (90 PR mergiate in 30 g)

Descrizione

Hello!

When testing example 17:

<?php namespace NS { class ClassName { } } $c = new ClassName(); print $c::class; ?>

I get the error

"Fatal error: No code may exist outside of namespace {} in..."

on the page https://www.php.net/manual/en/language.oop5.basic.php .

I have version 8.1.

Sincerely, George.

Guida contributor