|
|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests
Pull requests:
HistoryAllCommentsChangesGit/SVN commits
[2020-11-15 01:31 UTC] [email protected]
-Status: Open
+Status: Verified
[2020-11-15 01:31 UTC] [email protected]
[2020-11-15 07:32 UTC] [email protected]
-Assigned To:
+Assigned To: beberlei
[2020-11-15 07:49 UTC] [email protected]
[2020-11-17 09:54 UTC] [email protected]
[2020-11-17 09:54 UTC] [email protected]
-Status: Verified
+Status: Closed
|
|||||||||||||||||||||||||||
|
All rights reserved. |
Last updated: Wed Jan 28 03:00:01 2026 UTC |
Description: ------------ getAttributes segfault on dynamic properties Test script: --------------- class Foobar { } $foobar = new Foobar(); $foobar->bar = 42; $reflectionObject = new ReflectionObject($foobar); $reflectionProperty = $reflectionObject->getProperty('bar'); $reflectionProperty->getAttributes(); Expected result: ---------------- Nothing Actual result: -------------- AH00052: child pid 40 exit signal Segmentation fault (11)