Source Code:
(back to article)
<?php $x = array(1, 2, 3); var_dump($x);
Result:
Report an issue