|
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-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jan 05 11:00:01 2026 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)