blob: 35fd2b40107d1ad45cee25e5d73cf62f641073b5 [file]
<?php
$index = 0;
const CONSTANT1 = [0, 1];
const CONSTANT2 = CONSTANT1[$index];