|
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-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jan 01 14:00:01 2026 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 { } ?>