@@ -62,10 +62,7 @@ foreach ([
6262 'OPcache \\StaticCacheInterface::clear ' => [],
6363 'OPcache \\StaticCacheInterface::lock ' => ['lease ' ],
6464 'OPcache \\StaticCacheInterface::unlock ' => [],
65- 'OPcache \\StaticCacheInterface::getCacheStoreType ' => [],
6665 'OPcache \\StaticCacheInterface::info ' => [],
67- 'OPcache \\StaticCacheInterface::getCacheStoreTypeByProperty ' => [],
68- 'OPcache \\StaticCacheInterface::getCacheStoreTypeByMethod ' => [],
6966 'OPcache \\VolatileCache::getInstance ' => ['pool_name ' ],
7067 'OPcache \\VolatileCache::fetch ' => ['default ' ],
7168 'OPcache \\VolatileCache::fetchMultiple ' => ['default ' ],
@@ -77,10 +74,7 @@ foreach ([
7774 'OPcache \\VolatileCache::clear ' => [],
7875 'OPcache \\VolatileCache::lock ' => ['lease ' ],
7976 'OPcache \\VolatileCache::unlock ' => [],
80- 'OPcache \\VolatileCache::getCacheStoreType ' => [],
8177 'OPcache \\VolatileCache::info ' => [],
82- 'OPcache \\VolatileCache::getCacheStoreTypeByProperty ' => [],
83- 'OPcache \\VolatileCache::getCacheStoreTypeByMethod ' => [],
8478 'OPcache \\StableCache::getInstance ' => ['pool_name ' ],
8579 'OPcache \\StableCache::fetch ' => ['default ' ],
8680 'OPcache \\StableCache::fetchMultiple ' => ['default ' ],
@@ -96,10 +90,7 @@ foreach ([
9690 'OPcache \\StableCache::unlock ' => [],
9791 'OPcache \\StableCache::increment ' => ['step ' ],
9892 'OPcache \\StableCache::decrement ' => ['step ' ],
99- 'OPcache \\StableCache::getCacheStoreType ' => [],
10093 'OPcache \\StableCache::info ' => [],
101- 'OPcache \\StableCache::getCacheStoreTypeByProperty ' => [],
102- 'OPcache \\StableCache::getCacheStoreTypeByMethod ' => [],
10394] as $ method => $ parameters ) {
10495 $ reflection = ReflectionMethod::createFromMethodName ($ method );
10596 $ parts = [$ method ];
@@ -133,10 +124,7 @@ OPcache\StaticCacheInterface::deleteMultiple static=0 params=1/1 return=bool
133124OPcache\StaticCacheInterface::clear static=0 params=0/0 return=bool
134125OPcache\StaticCacheInterface::lock $lease=int static=0 params=1/2 return=bool
135126OPcache\StaticCacheInterface::unlock static=0 params=1/1 return=bool
136- OPcache\StaticCacheInterface::getCacheStoreType static=0 params=1/1 return=OPcache\CacheStoreType
137127OPcache\StaticCacheInterface::info static=1 params=0/0 return=OPcache\StaticCacheInfo
138- OPcache\StaticCacheInterface::getCacheStoreTypeByProperty static=1 params=2/2 return=OPcache\CacheStoreType
139- OPcache\StaticCacheInterface::getCacheStoreTypeByMethod static=1 params=3/3 return=OPcache\CacheStoreType
140128OPcache\VolatileCache::getInstance $pool_name=string static=1 params=1/1 return=static
141129OPcache\VolatileCache::fetch $default=null|bool|int|float|string|array|object static=0 params=1/2 return=null|bool|int|float|string|array|object
142130OPcache\VolatileCache::fetchMultiple $default=?array static=0 params=1/2 return=array|false
@@ -148,10 +136,7 @@ OPcache\VolatileCache::deleteMultiple static=0 params=1/1 return=bool
148136OPcache\VolatileCache::clear static=0 params=0/0 return=bool
149137OPcache\VolatileCache::lock $lease=int static=0 params=1/2 return=bool
150138OPcache\VolatileCache::unlock static=0 params=1/1 return=bool
151- OPcache\VolatileCache::getCacheStoreType static=0 params=1/1 return=OPcache\CacheStoreType
152139OPcache\VolatileCache::info static=1 params=0/0 return=OPcache\StaticCacheInfo
153- OPcache\VolatileCache::getCacheStoreTypeByProperty static=1 params=2/2 return=OPcache\CacheStoreType
154- OPcache\VolatileCache::getCacheStoreTypeByMethod static=1 params=3/3 return=OPcache\CacheStoreType
155140OPcache\StableCache::getInstance $pool_name=string static=1 params=1/1 return=static
156141OPcache\StableCache::fetch $default=null|bool|int|float|string|array|object static=0 params=1/2 return=null|bool|int|float|string|array|object
157142OPcache\StableCache::fetchMultiple $default=?array static=0 params=1/2 return=array|false
@@ -167,7 +152,4 @@ OPcache\StableCache::lock $lease=int static=0 params=1/2 return=bool
167152OPcache\StableCache::unlock static=0 params=1/1 return=bool
168153OPcache\StableCache::increment $step=int static=0 params=1/2 return=int|false
169154OPcache\StableCache::decrement $step=int static=0 params=1/2 return=int|false
170- OPcache\StableCache::getCacheStoreType static=0 params=1/1 return=OPcache\CacheStoreType
171155OPcache\StableCache::info static=1 params=0/0 return=OPcache\StaticCacheInfo
172- OPcache\StableCache::getCacheStoreTypeByProperty static=1 params=2/2 return=OPcache\CacheStoreType
173- OPcache\StableCache::getCacheStoreTypeByMethod static=1 params=3/3 return=OPcache\CacheStoreType
0 commit comments