php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #27806 get_class() no longer returns lowercase name
Submitted: 2004-03-31 12:48 UTC Modified: 2004-03-31 13:44 UTC
From: jcalvert at gmx dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 5.0.0RC1 OS:
Private report: No CVE-ID: None
 [2004-03-31 12:48 UTC] jcalvert at gmx dot net
Description:
------------
The documented behavior for get_class() is to return the classname in lowercase for user-defined classes. After switching to PHP5.0.0RC1 the function returns the name in the original case, causing minor compatibility issues.


Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-31 12:52 UTC] derick@php.net
This is expected behavior, but should be documented. Making it a documentation bug.
 [2004-03-31 13:32 UTC] pollita@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

This was an intended change.
 [2004-03-31 13:33 UTC] pollita@php.net
Sorry, didn't see you mark it for Documentation.
 [2004-03-31 13:44 UTC] derick@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Aug 15 18:01:29 2024 UTC