|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-04-25 11:18 UTC] jani@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 30 08:00:01 2025 UTC |
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] [