 (string)

<?php
$q="hello world!";
print $q;
exit;
?>

 $q   hello world! (string).