PHP constant array

In PHP 5.6, constant arrays can only be defined through const, and in PHP 7, they can be defined through define().

Example

The execution output of the above program is:

php


##