php/doc-en

Classes - Example #17 Object name resolution

开放

#2,897 创建于 2023年10月30日

 (2 条评论) (0 个反应) (0 位负责人)XML (882 个派生)auto 404
Status: Verifiedbuggood first issue

仓库指标

星标
 (596 个星标)
PR 合并指标
 (平均合并 99天 23小时) (30 天内合并 90 个 PR)

描述

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.

贡献者指南