1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext/json
Nikita Popov 3fd68fd827 Clean up JSON parser
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.
2019-09-19 21:00:22 +02:00
..
2019-09-04 08:53:35 +02:00
2014-11-13 20:20:46 +00:00
2019-09-19 21:00:22 +02:00
2019-07-24 22:19:33 +02:00