Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DSnapshot.php311 $this->canBeSerialized($GLOBALS[$key]) &&
354 if ($this->canBeSerialized($value)) {
403 private function canBeSerialized($variable) function in SebastianBergmann\\GlobalState\\Snapshot