fdiv_bug

855
reputation
1
6
7
$hello = "i'm just a german";
$itsme = str_replace("german","noob",$hello);

echo $itsme;