ID: 51164 Updated by: [email protected] Reported By: vijayaragunathan at gmail dot com -Status: Open +Status: Bogus Bug Type: *General Issues Operating System: xp PHP Version: 5.2SVN-2010-02-27 (SVN) New Comment:
goto was introduced in 5.3. You are using 5.2. Previous Comments: ------------------------------------------------------------------------ [2010-02-27 07:29:08] vijayaragunathan at gmail dot com Description: ------------ <?php goto a; echo 'Foo'; a: echo 'Bar'; ?> Reproduce code: --------------- --- >From manual page: http://www.php.net/control-structures.goto --- Expected result: ---------------- The above example will output: Bar Actual result: -------------- Parse error: parse error ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=51164&edit=1
