language: PHP (php 5.4.4)
date: 473 days 11 hours ago
link:
visibility: public
1
2
3
4
<?php
$test = "value";
echo $test['x'];
?>