php4-beta | 200004

[PHP4BETA] global error[2]? From: Alex Noffe (Alex.Noffe <email protected>)
Date: 04/12/00

argh... spell error...... thx Chris.
That is correct:

I useing PHP4RC1 and I had found an error:
 
function function1($e)
{
    global $e;
 
    Echo "$e";
}
 
No errors it's were coming, and the variable is terminated.
 
cu
Alex Noffe