芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/pay/vendor/jms/serializer/src/DeserializationContext.php
depth; } public function increaseDepth(): void { $this->depth += 1; } public function decreaseDepth(): void { if ($this->depth <= 0) { throw new LogicException('Depth cannot be smaller than zero.'); } $this->depth -= 1; } }