The PHP RFC proposing `array_get` and `array_has` functions for nested array access has been declined after voting, with 1 yes, 17 no, and 6 abstain votes. Key objections included the default behavior when a path is missing or a non-array is encountered — some voters felt it should throw an error rather than return null by default. One contributor also suggested an alternative `array_path_missing()` function that returns the number of missing path segments, enabling more precise error reporting for nested array validation.
946 Impressions