$x = 1; $y = '1'; echo gettype($x),"\n", gettype($y); # integer string