|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-02-02 04:14 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 20:00:02 2025 UTC |
This script fails with: <b>Fatal error</b>: Cannot redeclare test2() in <b>-</b> on line <b>4</b><br> <?php function test() { function test2() { echo "hi"; } test2(); } test(); test(); test(); ?>