ID:               26939
 Updated by:       [EMAIL PROTECTED]
 Reported By:      Nico dot Laus dot 2002 at gmx dot de
-Status:           Open
+Status:           Feedback
 Bug Type:         Scripting Engine problem
 Operating System: Windows & Linux
 PHP Version:      5CVS-2004-01-16 (dev)
 New Comment:

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.





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

[2004-01-16 16:45:56] Nico dot Laus dot 2002 at gmx dot de

Description:
------------
since I installed PHP5RC1-dev (Apache 2, Win/Linux), I have encountered
a quite strange bug. It gives me an "variable not defined" but some
lines above it is been defined. I've also got one message telling me
that
"Fatal error: Unknown function: _GET() in index.php on line 12"
but neither I use such function, nor I declare one. only one line
above, I acces the $_GET[] variable. This happens in very different
situations with different variables and even "real" funtions. In PHP5
beta 2, this hasn't happened.

It's also very strange, that this bug appears randomly. So I cannot
even give a reproduce code because even simple examples like

$test[0] = 'test';
print $test[0];

or

if ($_GET['test']=='test')
print 'test';

can cause this problem



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


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

Reply via email to