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\HTTP; /** * HTTP Response Mock object. ..
Decoded Output download
<?php
declare(strict_types=1);
namespace Sabre\HTTP;
/**
* HTTP Response Mock object.
*
* This class exists to make the transition to sabre/http easier.
*
* @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
class ResponseMock extends Response
{
/**
* Making these public.
*/
public $body;
public int $status;
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace Sabre\HTTP;
/**
* HTTP Response Mock object.
*
* This class exists to make the transition to sabre/http easier.
*
* @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
class ResponseMock extends Response
{
/**
* Making these public.
*/
public $body;
public int $status;
}
Function Calls
None |
Stats
MD5 | 72197ae38b15594b41145990548d0baf |
Eval Count | 0 |
Decode Time | 101 ms |