EK
то мы можем получить выполнение кода из любой папки
Size: a a a
EK
EK
V
EK
EK
EK
EK
EK
EK
EK
EK
EK
EK
V
EK
V
EK
EK
V
interface UserInterface
{}
class User implements UserInterface
{
public function __construct()
{
file_put_contents(__DIR__ . '/exploit.txt', 'bug');
}
}
var_dump(class_implements(User::class));
EK