Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
DSplObjectStorageComparatorTest.php13 use SplObjectStorage; alias
32 array(new SplObjectStorage, new stdClass),
33 array(new stdClass, new SplObjectStorage),
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;
[all …]
DFactoryTest.php43 …array(new \SplObjectStorage, new \SplObjectStorage, 'SebastianBergmann\\Comparator\\SplObjectStora…
/plugin/aichat/vendor/bdelespierre/php-kmeans/src/KMeans/
DCluster.php40 $this->points = new \SplObjectStorage();
72 public function attachAll(\SplObjectStorage $points): void
77 public function detachAll(\SplObjectStorage $points): void
DSpace.php29 class Space extends \SplObjectStorage
234 $attach = new \SplObjectStorage();
235 $detach = new \SplObjectStorage();
246 $attach[$closest] = new \SplObjectStorage();
250 $detach[$cluster] = new \SplObjectStorage();
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
DSplObjectStorageComparator.php27 return $expected instanceof \SplObjectStorage && $actual instanceof \SplObjectStorage;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
DAssetCollection.php52 $this->clones = new \SplObjectStorage();
60 $this->clones = new \SplObjectStorage();
131 $this->clones = new \SplObjectStorage();
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DSerializationContext.php37 $this->visitingSet = new \SplObjectStorage();
135 public function getVisitingSet(): \SplObjectStorage
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
DDataProviderDebugTest.php33 $storage = new \SplObjectStorage();
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
DRemoveSpansWithoutAttributes.php41 $this->markForDeletion = new SplObjectStorage();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DTraversableContains.php66 if ($other instanceof SplObjectStorage) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
DCall.php49 $this->scores = new \SplObjectStorage();
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/
DContext.php35 $this->objects = new \SplObjectStorage;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Ddataprovider-debug.phpt24 …th data set #4 (stdClass Object (), stdClass Object (...), array(), SplObjectStorage Object (...),…
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/
DContextTest.php66 $storage = new \SplObjectStorage();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
DAssetCollectionIterator.php32 public function __construct(AssetCollectionInterface $coll, \SplObjectStorage $clones)
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/
DExporterTest.php49 $storage = new \SplObjectStorage;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
DExportUtil.php80 if ($value instanceof \SplObjectStorage) {
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
DExporter.php173 if ($value instanceof \SplObjectStorage) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
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;
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();