Package: php4
Version: 4.4.0-4
Severity: important
Tags: sarge, sid

when i execute the code below, the desired exit would be "aaaa", only
that,
the tag ?> of the // (line comment) is being taken in consideration.
showing the code below the line comment. (the same it happens in version
4.3.2 and 4.3.10-16)

<?

print "aaaa";

//EXAMPLE TO USE
//<?php readfile(); ?>

/**
*
*
* @since 09/11/2005
* @author Marcelo Jorge Vieira <[EMAIL PROTECTED]>
* @access public
*/
function statusHtmlRow($strIconset, $arrData)
{
        print "hhhhhhhhhh";
}

?>

otherwise, if i use the /* */ (block comment), the tag isn't taken into
consideration.

<?

print "aaaa";

/*
EXAMPLE TO USE
<?php readfile(); ?>
*/

/**
*
*
* @since 09/11/2005
* @author Marcelo Jorge Vieira <[EMAIL PROTECTED]>
* @access public
*/
function statusHtmlRow($strIconset, $arrData)
{
        print "hhhhhhhhhh";
}

?>

-- 
Marcelo Jorge Vieira (metal)
alma alucinada - http://metal.alucinados.com
jabber - [EMAIL PROTECTED]

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to