ID: 27259
User updated by: nicktencate at hotmail dot com
Reported By: nicktencate at hotmail dot com
-Status: Feedback
+Status: Open
Bug Type: Documentation problem
PHP Version: Irrelevant
New Comment:
in the documentation there is a questionmark missing.
<php should be <?php
Previous Comments:
------------------------------------------------------------------------
[2004-02-15 04:57:04] [EMAIL PROTECTED]
I've no clue what you mean here. There is no question mark in your
bugreport (only an exclamation mark) and that exists in both the
example and the description.
------------------------------------------------------------------------
[2004-02-15 04:52:43] nicktencate at hotmail dot com
Description:
------------
in te description of the function strrec, someone has forgotten a
questionmark in the example:
<php
echo strrev("Hallo wereld!"); // outputs "!dlerew ollaH"
?>
should be
Reproduce code:
---------------
<?php
echo strrev("Hallo wereld!"); // outputs "!dlerew ollaH"
?>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=27259&edit=1