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 namespace JakubOnderka\PhpConsoleColor; class InvalidStyleException extends \Except..
Decoded Output download
<?php
namespace JakubOnderka\PhpConsoleColor;
class InvalidStyleException extends \Exception
{
public function __construct($styleName)
{
parent::__construct("Invalid style $styleName.");
}
} ?>
Did this file decode correctly?
Original Code
<?php
namespace JakubOnderka\PhpConsoleColor;
class InvalidStyleException extends \Exception
{
public function __construct($styleName)
{
parent::__construct("Invalid style $styleName.");
}
}
Function Calls
None |
Stats
MD5 | ac4111596978fb311352d7603b0b78cd |
Eval Count | 0 |
Decode Time | 87 ms |