$x = 3; //integer $y=3.4; //float $z="kinjal"; //string $s=true; //boolean //scalar data holds only single value.