php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77324 date_parse_from_format() changed meaning of zone value in PHP 7.2 -> BC break
Submitted: 2018-12-20 13:38 UTC Modified: 2018-12-20 15:06 UTC
From: me at vasekpurchart dot cz Assigned:
Status: Not a bug Package: Reflection related
PHP Version: 7.3.0 OS:
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: me at vasekpurchart dot cz
New email:
PHP Version: OS:

 

 [2018-12-20 13:38 UTC] me at vasekpurchart dot cz
Description:
------------
The property ReflectionClassConstant::class is documented as:

http://php.net/manual/en/class.reflectionclassconstant.php#reflectionclassconstant.props

> Name of the class where the class constant is defined.

When using a hierarchy of classes and having constants defined on multiple levels this does return the child class where the constant is not defined.

Although using ReflectionClassConstant::getDeclaringClass() returns the correct one. In fact these two should point to the same class.

Test script:
---------------
https://3v4l.org/f0WZf

Expected result:
----------------
ReflectionClassConstant::class should return the class where the constant is really declared as stated in the docs.

This would also mean, that $constant->class === $constant->getDeclaringClass()->getName() is true.

This would also bring the constants in line with methods and properties, where this works correctly (as can be seen for example here https://3v4l.org/rqUF2).


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-12-20 13:40 UTC] me at vasekpurchart dot cz
-Status: Open +Status: Closed
 [2018-12-20 13:40 UTC] me at vasekpurchart dot cz
Bug system + browser overwrote title, so closing to avoid confusion and will resubmit.
 [2018-12-20 15:06 UTC] cmb@php.net
-Status: Closed +Status: Not a bug
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC