mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02: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.