php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #25621 [chm] bug on function.zend-logo-guid.html
Submitted: 2003-09-21 13:08 UTC Modified: 2003-09-21 13:24 UTC
From: sardonyx_quinx at yahoo dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.3 OS: windows 98
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: sardonyx_quinx at yahoo dot com
New email:
PHP Version: OS:

 

 [2003-09-21 13:08 UTC] sardonyx_quinx at yahoo dot com
Description:
------------
I have found a bug on page function.zend-logo-guid.html
[chm date: 2003-09-06]...


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

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

?>

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

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

?>

Actual result:
--------------
<?php 

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

?>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-21 13:23 UTC] daveb at optusnet dot com dot au
Can someone else close this? It is fixed in CVS, but bugs.php.net isn't accepting my CVS username/password yet.
 [2003-09-21 13:24 UTC] ali@php.net
fixed by dave@php.net in CVS
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 30 21:00:03 2025 UTC