芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/minscoop.com/system/ThirdParty/Kint/Zval/ClosureValue.php
access_path) { return parent::getAccessPath().'('.$this->getParams().')'; } return null; } public function getSize(): ?string { return null; } public function transplant(Value $old): void { parent::transplant($old); if (0 === $this->depth && \preg_match('/^\\((function|fn)\\s*\\(/i', $this->access_path, $match)) { $this->name = \strtolower($match[1]); } } }