Source Code:
(back to article)
<?php $a = "hello"; $b = $a; debug_zval_dump($a); debug_zval_dump($b); ?>
Result:
Report an issue