Home
last modified time | relevance | path

Searched refs:unserialize (Results 1 – 5 of 5) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Profiler/
DProfile.php174 public function unserialize($data): void function in Twig\\Profiler\\Profile
176 $this->__unserialize(unserialize($data, ['allowed_classes' => [self::class]]));
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDisk.php83 unserialize(file_get_contents($path)) : false;
/template/strap/vendor/symfony/yaml/
H A DInline.php617 return unserialize(self::parseScalar(substr($scalar, 12)));
/template/twigstarter/vendor/twig/twig/
DCHANGELOG12 …* Restrict allowed classes in `Twig\Profiler\Profile::unserialize()` to prevent arbitrary class in…
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2155 $metadata = unserialize(file_get_contents($outMeta));