Anthony Ferrara
Anthony Ferrara
Currently, this is in-progress via `Value` type helper
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...
Should I setup an IRC room? A Slack channel? Should we use https://chat.stackoverflow.com/rooms/11/php ? Thoughts?
Currently, if `#pragma error` is encountered, an error will be raised since `#pragma` isn't supported. But if #7 adds support for `#pragma once` and ignores other pragmas, we'll need to...