Source Code:
(back to article)
<?php $my_array = [1, 2, 3, 4, 5]; var_dump($my_array);
Result:
Report an issue