Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php declare(strict_types=1); namespace Sabre\DAV\Locks\Backend; abstract class Abstra..
Decoded Output download
<?php
declare(strict_types=1);
namespace Sabre\DAV\Locks\Backend;
abstract class AbstractPDOTestCase extends AbstractTestCase
{
use \Sabre\DAV\DbTestHelperTrait;
public function getBackend()
{
$this->dropTables('locks');
$this->createSchema('locks');
$pdo = $this->getPDO();
return new PDO($pdo);
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace Sabre\DAV\Locks\Backend;
abstract class AbstractPDOTestCase extends AbstractTestCase
{
use \Sabre\DAV\DbTestHelperTrait;
public function getBackend()
{
$this->dropTables('locks');
$this->createSchema('locks');
$pdo = $this->getPDO();
return new PDO($pdo);
}
}
Function Calls
None |
Stats
MD5 | 14e93d2430937cd1848366c42e60bf01 |
Eval Count | 0 |
Decode Time | 182 ms |