|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2014-10-08 20:37 UTC] requinix@php.net
-Status: Open
+Status: Feedback
-Package: PHP Language Specification
+Package: *General Issues
[2014-10-08 20:37 UTC] requinix@php.net
[2014-10-08 21:52 UTC] stas@php.net
[2014-12-30 10:42 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 20:00:01 2025 UTC |
Description: ------------ <?php // Fatal error: Cannot redeclare class A ... class A extends B { } class B { }