php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #80091 Missing getName documentation
Submitted: 2020-09-11 09:03 UTC Modified: 2020-09-12 10:30 UTC
From: rh at hrdns dot de Assigned: cmb (profile)
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: any
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rh at hrdns dot de
New email:
PHP Version: OS:

 

 [2020-09-11 09:03 UTC] rh at hrdns dot de
Description:
------------
---
From manual page: https://php.net/class.reflectiontype
---

public getName ( void ) : string

documentation is missing

Test script:
---------------
<?php
echo "no";

Expected result:
----------------
no

Actual result:
--------------
no

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-09-11 09:13 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2020-09-11 09:13 UTC] cmb@php.net
There is no ReflectionType::getName().  Are you looking for
ReflectionNamedType::getName()[1]?

[1] <https://www.php.net/manual/en/reflectionnamedtype.getname.php>
 [2020-09-11 18:58 UTC] rh at hrdns dot de
OH! SRY my mistake!
 [2020-09-12 10:30 UTC] cmb@php.net
-Status: Feedback +Status: Not a bug
 [2020-09-12 10:30 UTC] cmb@php.net
No problem.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jun 30 22:01:34 2025 UTC