🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 01:48:42 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
laravel
/
serializable-closure
/
src
/
Support
📍 /opt/cpanel/ea-wappspector/vendor/laravel/serializable-closure/src/Support
🔄 Refresh
✏️
Editing: ClosureScope.php
Read Only
<?php namespace Laravel\SerializableClosure\Support; use SplObjectStorage; class ClosureScope extends SplObjectStorage { /** * The number of serializations in current scope. * * @var int */ public $serializations = 0; /** * The number of closures that have to be serialized. * * @var int */ public $toSerialize = 0; }
💾 Save Changes
❌ Cancel