ID:               48074
 Updated by:       [email protected]
 Reported By:      Yousha_YPY at YAHOO dot co dot uk
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: Windows Xp(SP2)
 PHP Version:      5.2.9
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




Previous Comments:
------------------------------------------------------------------------

[2009-04-25 07:32:16] Yousha_YPY at YAHOO dot co dot uk

Description:
------------
This is my output: yyy{|mososntiWi~{sklu]~/5.2.8
When i using predefined variable like $_Server[SERVER_SOFTWARE], in
[Reproduce] function.
Why? This is bug?

Reproduce code:
---------------
# final private static function
function _Throw_Error($Str_CalledFunction= __function__)
{
return(exit('[' . $_SERVER['SERVER_SOFTWARE'] . '] [' .
basename(__file__) . '] [' . (string)$Str_CalledFunction . '] [' .
__line__ . '] [' . mysql_error() | -9999 . false . null .
ThisIsNotAVariable . '].'));
}

Expected result:
----------------
I get this output:  yyy{|mososntiWi~{sklu]~5.2.8] [mysql.php]
[XXXXXFunction] [423] [

Actual result:
--------------
yyy{|mososntiWi~{sklu]~5.2.8] [mysql.php] [XXXXXFunction] [423] [


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=48074&edit=1

Reply via email to