php-compiler
php-compiler copied to clipboard
Build support for fixed-at-compile-time numeric arrays.
This is for cases when 3 things are known:
- The size of the array is known at compile time
- The array is always keyed numerically
- The array never grows or shrinks in size