|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-03-31 12:38 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 18:00:01 2025 UTC |
Description: ------------ The compile error directs the user to the closing parenthesis of a function. Reproduce code: --------------- <? function foo(){ } echo "df"; function foo(){ } echo "df"; ?> Actual result: -------------- Compile Error: PHPDocument4 line 9 - Cannot redeclare foo() (previously declared in PHPDocument4:2)