From:             Yousha_YPY at YAHOO dot co dot uk
Operating system: Windows Xp(SP2)
PHP version:      5.2.9
PHP Bug Type:     *General Issues
Bug description:  Unknown output?!

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 bug report at http://bugs.php.net/?id=48074&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=48074&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=48074&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=48074&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=48074&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=48074&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=48074&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=48074&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=48074&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=48074&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=48074&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=48074&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=48074&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=48074&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=48074&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=48074&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=48074&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=48074&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=48074&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=48074&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=48074&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=48074&r=mysqlcfg

Reply via email to