|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-07-13 22:05 UTC] rasmus@php.net
[2012-07-13 22:05 UTC] rasmus@php.net
-Status: Open
+Status: Feedback
[2012-07-14 08:06 UTC] franssen dot roland at gmail dot com
[2012-07-14 08:07 UTC] franssen dot roland at gmail dot com
[2012-07-14 08:24 UTC] franssen dot roland at gmail dot com
[2012-07-14 14:55 UTC] rasmus@php.net
[2012-07-14 20:49 UTC] franssen dot roland at gmail dot com
[2012-08-01 08:24 UTC] franssen dot roland at gmail dot com
[2013-02-18 00:35 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 18:00:01 2025 UTC |
Description: ------------ Well this is awkward... this seems to happens as of php 5.4.4 Test script: --------------- <?php $reflection = new \ReflectionClass(new \Exception('...')); var_dump($reflection->getProperty('trace')->getName()); var_dump($reflection->getProperty('previous')->getName()); Expected result: ---------------- string(5) "trace" string(8) "previous" Actual result: -------------- string(14) "trace"e��0�w " string(8) "previous"