<?php ini_set('display_errors', 'On'); error_reporting(E_ALL); define('bar', 'foo'); $a = ['foo' => 'Foo!', 'bar' => 'Bar!']; echo 'Defined bar as "', bar, '"', PHP_EOL; echo "Hello, $a[bar]", PHP_EOL;
You have javascript disabled. You will not be able to edit any code.