Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
sslit
/
vendor
/
laravel
/
serializable-closure
/
src
/
Support
/
File Content:
ClosureScope.php
<?php namespace PleskSslIt\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; }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
ClosureScope.php
387 bytes
0644
ClosureStream.php
3627 bytes
0644
ReflectionClosure.php
44504 bytes
0644
SelfReference.php
396 bytes
0644
N4ST4R_ID | Naxtarrr