php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #6214 case sensitive get_*class
Submitted: 2000-08-17 09:30 UTC Modified: 2000-08-17 09:35 UTC
From: hellekin at mmania dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.1pl2 OS: All
Private report: No CVE-ID: None
 [2000-08-17 09:30 UTC] hellekin at mmania dot com
hi,

wouldn't it be nice if get_class() and get_parent_class() were case sensitive ?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-17 09:35 UTC] andrei@php.net
The class names in PHP are case-insensitive, so are the functions
that retrieve those names.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Fri Jun 19 15:00:01 2026 UTC