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 class Stripe_InvalidRequestError extends Stripe_Error { public function __constru..
Decoded Output download
<?php
class Stripe_InvalidRequestError extends Stripe_Error
{
public function __construct($message, $param, $httpStatus=null,
$httpBody=null, $jsonBody=null
)
{
parent::__construct($message, $httpStatus, $httpBody, $jsonBody);
$this->param = $param;
}
}
?>
Did this file decode correctly?
Original Code
<?php
class Stripe_InvalidRequestError extends Stripe_Error
{
public function __construct($message, $param, $httpStatus=null,
$httpBody=null, $jsonBody=null
)
{
parent::__construct($message, $httpStatus, $httpBody, $jsonBody);
$this->param = $param;
}
}
Function Calls
None |
Stats
MD5 | 03f74df02e39529ec3af42e779db571b |
Eval Count | 0 |
Decode Time | 99 ms |