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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bojanv55 at hotmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 20:01:35 2025 UTC