php/doc-en

Classes - Example #17 Object name resolution

オープン

#2,897 opened on 2023/10/30

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)XML (882 件のフォーク)auto 404
Status: Verifiedbuggood first issue

Repository metrics

Stars
 (596 個のスター)
PR merge metrics
 (平均マージ 99d 23h) (30d で 90 merged PRs)

説明

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.

コントリビューターガイド