missing(1, named: 2); } function runtimeMagicCall(ExactMagicHandler $handler): mixed { return $handler->missing(); } function exactInternalMethod(): mixed { $object = new ExactInternalMethod(); $object->append('value'); return $object->count(); }