From:             thegreatall at gmail dot com
Operating system: Windows XP Pro
PHP version:      5.2.4
PHP Bug Type:     Unknown/Other Function
Bug description:  get_defined_vars does not show _SERVER

Description:
------------
If I have code that does a simple print_r() on get_defined_vars() it
should echo out all the variables defined including _SERVER, however it
acts as if _SERVER does not even exist. If you put "$_SERVER;" anywhere in
the script it will act correct.

I have also found this problem exists very similer to _ENV also.

Reproduce code:
---------------
<?php
print_r(get_defined_vars());
//$_SERVER; // uncomment this to see another result
?>

Expected result:
----------------
it should also show the _SERVER and _ENV vars, but it doesnt

Actual result:
--------------
does not display the _SERVER or _ENV vars.

-- 
Edit bug report at http://bugs.php.net/?id=42582&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=42582&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=42582&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=42582&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=42582&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=42582&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=42582&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=42582&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=42582&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=42582&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=42582&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=42582&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=42582&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=42582&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=42582&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=42582&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=42582&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=42582&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=42582&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=42582&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=42582&r=mysqlcfg

Reply via email to