Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DSplObjectStorageComparatorTest.php13 use SplObjectStorage; alias
32 array(new SplObjectStorage, new stdClass),
43 $storage1 = new SplObjectStorage();
44 $storage2 = new SplObjectStorage();
46 $storage3 = new SplObjectStorage();
50 $storage4 = new SplObjectStorage();
67 $storage1 = new SplObjectStorage;
69 $storage2 = new SplObjectStorage;
72 $storage3 = new SplObjectStorage;
90 new SplObjectStorage,
[all …]
H A DFactoryTest.php43 …array(new \SplObjectStorage, new \SplObjectStorage, 'SebastianBergmann\\Comparator\\SplObjectStora…
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DSplObjectStorageComparator.php27 return $expected instanceof \SplObjectStorage && $actual instanceof \SplObjectStorage;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCollection.php52 $this->clones = new \SplObjectStorage();
60 $this->clones = new \SplObjectStorage();
131 $this->clones = new \SplObjectStorage();
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializationContext.php37 $this->visitingSet = new \SplObjectStorage();
135 public function getVisitingSet(): \SplObjectStorage
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DDataProviderDebugTest.php33 $storage = new \SplObjectStorage();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DTraversableContains.php66 if ($other instanceof SplObjectStorage) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCall.php49 $this->scores = new \SplObjectStorage();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-debug.phpt24 …th data set #4 (stdClass Object (), stdClass Object (...), array(), SplObjectStorage Object (...),…
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/
H A DContext.php35 $this->objects = new \SplObjectStorage;
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/
H A DContextTest.php66 $storage = new \SplObjectStorage();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionIterator.php32 public function __construct(AssetCollectionInterface $coll, \SplObjectStorage $clones)
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/
H A DExporterTest.php49 $storage = new \SplObjectStorage;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php80 if ($value instanceof \SplObjectStorage) {
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php173 if ($value instanceof \SplObjectStorage) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php38 $c = new SplObjectStorage;
442 $c = new SplObjectStorage;
660 $storage1 = new SplObjectStorage;
662 $storage2 = new SplObjectStorage;
797 $storage1 = new SplObjectStorage;
799 $storage2 = new SplObjectStorage;
H A DConstraintTest.php591 $storage1 = new SplObjectStorage;
594 $storage2 = new SplObjectStorage;
2664 $storage = new SplObjectStorage;
2671 $constraint->evaluate(new SplObjectStorage);
2694 $constraint->evaluate(new SplObjectStorage, 'custom message');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php544 $uniqueParents = new \SplObjectStorage();