This repository demonstrates a subtle bug in PHP's type hinting when using the variadic operator (...). The function foo is declared to accept only integers. However, if you pass a string, PHP ...