mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Don't use <value> type for JSON tokens that don't have a value and remove the errlex productions -- we're going to get an unexpected token error anyway, there's no need to handle these explicitly. This also removes the awkward workarounds for the unused value warnings.