|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2015-05-22 03:51 UTC] laruence@php.net
  [2015-05-22 03:51 UTC] laruence@php.net
 
-Status: Open
+Status: Closed
  [2016-07-20 11:38 UTC] davey@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 03:00:01 2025 UTC | 
Description: ------------ none Test script: --------------- <?php eval('function g() {} function g2() {} function g3() {}'); eval('class A{} class B{} class C{}'); Expected result: ---------------- non segfault Actual result: -------------- segfault