Get your own PHP server Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<?php
$a = "Hello world!";
echo debug_zval_dump($a) . "<br>";
?>
</body>
</html>
string(12) "Hello world!" refcount(1)