|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-06-23 12:32 UTC] xuefer at 21cn dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 14:00:01 2025 UTC |
Description: ------------ the following script SEGV coredump with apc.optimization=1 Reproduce code: --------------- <?php class A { function a1() { "$this->a a"; } }; class B extends A { } ?>