x
 
<!DOCTYPE html>
<html>
<body>
<?php
$a = "Hello world!";
echo debug_zval_dump($a) . "<br>";
?>
</body>
</html>