Searched refs:SplObjectStorage (Results 1 – 18 of 18) sorted by relevance
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/ |
H A D | SplObjectStorageComparatorTest.php | 13 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 D | FactoryTest.php | 43 …array(new \SplObjectStorage, new \SplObjectStorage, 'SebastianBergmann\\Comparator\\SplObjectStora…
|
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/ |
H A D | SplObjectStorageComparator.php | 27 return $expected instanceof \SplObjectStorage && $actual instanceof \SplObjectStorage;
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/ |
H A D | AssetCollection.php | 52 $this->clones = new \SplObjectStorage(); 60 $this->clones = new \SplObjectStorage(); 131 $this->clones = new \SplObjectStorage();
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/ |
H A D | SerializationContext.php | 37 $this->visitingSet = new \SplObjectStorage(); 135 public function getVisitingSet(): \SplObjectStorage
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/ |
H A D | DataProviderDebugTest.php | 33 $storage = new \SplObjectStorage();
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
H A D | TraversableContains.php | 66 if ($other instanceof SplObjectStorage) {
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/ |
H A D | Call.php | 49 $this->scores = new \SplObjectStorage();
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
H A D | dataprovider-debug.phpt | 24 …th data set #4 (stdClass Object (), stdClass Object (...), array(), SplObjectStorage Object (...),…
|
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/ |
H A D | Context.php | 35 $this->objects = new \SplObjectStorage;
|
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/ |
H A D | ContextTest.php | 66 $storage = new \SplObjectStorage();
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/ |
H A D | AssetCollectionIterator.php | 32 public function __construct(AssetCollectionInterface $coll, \SplObjectStorage $clones)
|
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/ |
H A D | ExporterTest.php | 49 $storage = new \SplObjectStorage;
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/ |
H A D | ExportUtil.php | 80 if ($value instanceof \SplObjectStorage) {
|
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/ |
H A D | Exporter.php | 173 if ($value instanceof \SplObjectStorage) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | AssertTest.php | 38 $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 D | ConstraintTest.php | 591 $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 D | PredictionContext.php | 544 $uniqueParents = new \SplObjectStorage();
|