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 /** * Compile a string of PHP code and return the resulting op array * * @phpstu..
Decoded Output download
<?php
/**
* Compile a string of PHP code and return the resulting op array
*
* @phpstub
*
* @param string $phpcode
* @param array $errors
* @param int $options
*
* @return array Returns a complex multi-layer array structure as detailed below.
*/
function parsekit_compile_string($phpcode, &$errors = array(), $options = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Compile a string of PHP code and return the resulting op array
*
* @phpstub
*
* @param string $phpcode
* @param array $errors
* @param int $options
*
* @return array Returns a complex multi-layer array structure as detailed below.
*/
function parsekit_compile_string($phpcode, &$errors = array(), $options = false)
{
}
Function Calls
None |
Stats
MD5 | 3d9cd214e03f0483356ef651834b26df |
Eval Count | 0 |
Decode Time | 103 ms |