### Description i was reducing some of standard/html feature and found a big `html_tables.h` that is autogenerated is included here https://github.com/php/php-src/blob/fde34bc1e89e34fe3eb0285e2ab6ba3d60b52773/main/main.c#L86 but those tables arent used in `main.c`, only some functions from html are called. shouldnt it be removed to reduce binary size?