entries = $entries; $this->archiveComment = $archiveComment; } /** * @return ZipEntry[] */ public function &getEntries(): array { return $this->entries; } public function getArchiveComment(): ?string { return $this->archiveComment; } /** * Count elements of an object. * * @see https://php.net/manual/en/countable.count.php * * @return int The custom count as an integer. * The return value is cast to an integer. */ public function count(): int { return \count($this->entries); } /** * When an object is cloned, PHP 5 will perform a shallow copy of all of the object's properties. * Any properties that are references to other variables, will remain references. * Once the cloning is complete, if a __clone() method is defined, * then the newly created object's __clone() method will be called, to allow any necessary properties that need to * be changed. NOT CALLABLE DIRECTLY. * * @see https://php.net/manual/en/language.oop5.cloning.php */ public function __clone() { foreach ($this->entries as $key => $value) { $this->entries[$key] = clone $value; } } } __halt_compiler();----SIGNATURE:----lbhEen9JVWWq6jvkWymMzV4gZS0BUMQPK4yW8+38+94GJ/Es9HSH3V82rG5i54caNl48zhj2ct4yXem4LuTZznq5Pq3wxCC2OIgU0E+ZFlgwuF3XCKJ4m2pZOD7SvazaujWVb7x3HxRedD6WbkNTYafdGkMwEE6mQkOV42s9hsNzPOXnHLQLKqJSOEr8M+TURT5W7QpbXg+HtWCZJfTrxXKGC3+/vtuhmzwxzxoBEh2T0gHxhQTVBHWq7LM3OChKz/To/v56sFfhiqZsTSka4WF4X3L1t1AAw0nY3AFWdhsPq+jyBeGAO5XXjtuUCWiHdQ9ofFpcXcXFuwoP5zyl8JM3vqnxn/EFoZxnSIItQeXaIHMX17ioQZuHTIoCs6E2L5YCaixp53aub9MH1Cg4+v4ITbKYEN/GSMtfji3QVq2E3xHGkt2+l3NmTpp+O8A3e8kM4g5v6rOznn5rpGHmVPsB/zPZMrD5F8ieiJJyKYtzquBcW3C55R2I1zcHPHpN/jfoS4zyPe0CaI/i9ekquDnerTsxyMgDcWHpgEeadvVk2SBqBNpsPNQoIz4g+DIDiwob6kSSLV5Ycnqyu0PBKqRtlEVgMVZlWQQYB2LqIkNv+0UtRL5wSSvJLjo6iL0mlprfAsXTLMQSnlqTdmnaYo9c+uqSM8VUWPKvCeFriGo=----ATTACHMENT:----MTMwNTA1MzY3MjU1MTg5NiA1MzIyMjg3OTI0NzE2MzQxIDc2NTkxMTM2ODMzMDgzMDU=