<?php is_object(mixed $value): bool
<?php public function getHash(): string { $normalizedArguments = array_map(function ($argument) { return is_object($argument) ? spl_object_hash($argument) : $argument; }, $this->getArguments()); $prefix = $this->getObjectName() . $this->getFunctionName();