Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as text by howler ( 17 years ago )
$a = 0;
$b = 1;
function change(&$x)
{
 $x++;
}
change($a);
if($a==$b){
echo 'yep, changed.';
}

 

Revise this Paste

Your Name: Code Language: