PHP: Best bugreport EVER!
This is the best PHP bug rebot EVER! Just read it:
http://bugs.php.net/bug.php?id=48669
Just in case the Bug gets deleted, here a copy:
[23 Jun 11:46pm UTC] iwannalive at hotmail dot com
Description:
------------
PHP 5.3 includes goto. This is a problem. Seriously, PHP has made it
this far without goto, why turn the language into a public menace?Reproduce code:
---------------
goto a;
echo 'Foo';a:
echo 'Bar';
?>Expected result:
----------------
The world will end.Actual result:
--------------
The world ended.[23 Jun 11:56pm UTC] derick@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php.
[4 Aug 6:47pm UTC] andrei@php.net
goto hell;
So damn great :D
No related posts.
Not that funny.