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 League\Flysystem\WebDAV; use League\Flysystem\..
Decoded Output download
<?php
declare(strict_types=1);
namespace League\Flysystem\WebDAV;
use League\Flysystem\FilesystemAdapter;
use Sabre\DAV\Client;
class SabreServerTest extends WebDAVAdapterTestCase
{
protected static function createFilesystemAdapter(): FilesystemAdapter
{
$client = new Client(['baseUri' => 'http://localhost:4040/']);
return new WebDAVAdapter($client, 'directory/prefix');
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace League\Flysystem\WebDAV;
use League\Flysystem\FilesystemAdapter;
use Sabre\DAV\Client;
class SabreServerTest extends WebDAVAdapterTestCase
{
protected static function createFilesystemAdapter(): FilesystemAdapter
{
$client = new Client(['baseUri' => 'http://localhost:4040/']);
return new WebDAVAdapter($client, 'directory/prefix');
}
}
Function Calls
None |
Stats
MD5 | 15691432fb7aa5a6feecae26d0295553 |
Eval Count | 0 |
Decode Time | 94 ms |