php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #27259 forgotten questionmark
Submitted: 2004-02-15 04:52 UTC Modified: 2004-02-15 05:05 UTC
From: nicktencate at hotmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2004-02-15 04:52 UTC] 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"
?>  


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-15 04:57 UTC] derick@php.net
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 05:01 UTC] nicktencate at hotmail dot com
in the documentation there is a questionmark missing.
<php should be <?php
 [2004-02-15 05:05 UTC] nlopess@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 12:01:33 2025 UTC