<?php
class C extends ArrayObject
{
public static function count(): int
return 0;
}
function main() {}