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
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: nicktencate at hotmail dot com
New email:
PHP Version: OS:

 

 [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 14:04:04 2025 UTC