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 Jade; class Lexer { public function __construct() { thro..
Decoded Output download
<?php
namespace Jade;
class Lexer
{
public function __construct()
{
throw new \InvalidArgumentException(
'Jade namespace is no longer available, use Pug instead.'
);
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Jade;
class Lexer
{
public function __construct()
{
throw new \InvalidArgumentException(
'Jade namespace is no longer available, use Pug instead.'
);
}
}
Function Calls
None |
Stats
MD5 | 19bffdc32af0fe16507b987ceb32fe5e |
Eval Count | 0 |
Decode Time | 116 ms |