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 /** @phpstub */ class V8JsException extends \Exception { protected $JsTrace; ..
Decoded Output download
<?php
/** @phpstub */
class V8JsException extends \Exception
{
protected $JsTrace;
protected $JsSourceLine;
protected $JsLineNumber;
protected $JsFileName;
/**
* The getJsFileName purpose
*
* @return string
*/
public function getJsFileName()
{
}
/**
* The getJsLineNumber purpose
*
* @return int
*/
public function getJsLineNumber()
{
}
/**
* The getJsSourceLine purpose
*
* @return int
*/
public function getJsSourceLine()
{
}
/**
* The getJsTrace purpose
*
* @return string
*/
public function getJsTrace()
{
}
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class V8JsException extends \Exception
{
protected $JsTrace;
protected $JsSourceLine;
protected $JsLineNumber;
protected $JsFileName;
/**
* The getJsFileName purpose
*
* @return string
*/
public function getJsFileName()
{
}
/**
* The getJsLineNumber purpose
*
* @return int
*/
public function getJsLineNumber()
{
}
/**
* The getJsSourceLine purpose
*
* @return int
*/
public function getJsSourceLine()
{
}
/**
* The getJsTrace purpose
*
* @return string
*/
public function getJsTrace()
{
}
}
Function Calls
None |
Stats
MD5 | 68083644e11e59d79226db4c6fe092a2 |
Eval Count | 0 |
Decode Time | 75 ms |