<?php
$a = array( // breakpoint
	1 => "first",
	2 => "second",
);
?>
