x
 
<!DOCTYPE html>
<html>
<body>
<?php
$x = 5;
$x = (string) $x;
var_dump($x);
?> 
</body>
</html>