php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #27177 [chm] bug on function.php-logo-guid.html
Submitted: 2004-02-07 07:46 UTC Modified: 2004-02-07 08:43 UTC
From: bojanv55 at hotmail dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: windows
Private report: No CVE-ID: None
 [2004-02-07 07:46 UTC] bojanv55 at hotmail dot com
Description:
------------
I have found a bug on page function.php-logo-guid.html
[chm date: 2003-09-06]...

Reproduce code:
---------------
<?php 

echo '<im src="' . $_SERVER['PHP_SELF'] . 
    '?=' . php_logo_guid() . '" alt="PHP Logo !" />'; 

?>

Expected result:
----------------
<?php 

echo '<img src="' . $_SERVER['PHP_SELF'] . 
    '?=' . php_logo_guid() . '" alt="PHP Logo !" />'; 

?>


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-07 08:43 UTC] dave@php.net
This was fixed almost 4 months ago. The CHM documentation has not been built for a while. Next time you'd like to report a typographical error, check the website's manual first. The CHM version uses exactly the same documentation as the website does, but the website is updated a lot more often. Thanks!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC