TIL PHP OpCache has a Lua interpreter embedded o.O
https://github.com/php/php-src/blob/master/ext/opcache/jit/ir/dynasm/minilua.c
@buherator Oh, looks like they are using dynasm from LuaJIT. Yeah, that has a small Lua for bootstrapping. I think that's only used at build-time though.