function test() { static $aa = 0; return $aa++; } $aa = "1000"; echo $aa; echo test(); echo test(); echo $aa;