$liste = array(); $liste[] = $e;
define("GREETING", "Welcome to W3Schools.com!"); echo GREETING; //output: Welcome to W3Schools.com!