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 Webmozart\Assert\Tests\StaticAnalysis; use Webmozart\Assert\Assert; /**..
Decoded Output download
<?php
namespace Webmozart\Assert\Tests\StaticAnalysis;
use Webmozart\Assert\Assert;
/**
* @psalm-pure
*
* @param mixed $value
*
* @return mixed
*/
function alpha($value)
{
Assert::alpha($value);
return $value;
}
/**
* @psalm-pure
*
* @param mixed $value
*
* @return mixed
*/
function nullOrAlpha($value)
{
Assert::nullOrAlpha($value);
return $value;
}
/**
* @psalm-pure
*
* @param mixed $value
*
* @return mixed
*/
function allAlpha($value)
{
Assert::allAlpha($value);
return $value;
}
/**
* @psalm-pure
*
* @param mixed $value
*
* @return mixed
*/
function allNullOrAlpha($value)
{
Assert::allNullOrAlpha($value);
return $value;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Webmozart\Assert\Tests\StaticAnalysis;
use Webmozart\Assert\Assert;
/**
* @psalm-pure
*
* @param mixed $value
*
* @return mixed
*/
function alpha($value)
{
Assert::alpha($value);
return $value;
}
/**
* @psalm-pure
*
* @param mixed $value
*
* @return mixed
*/
function nullOrAlpha($value)
{
Assert::nullOrAlpha($value);
return $value;
}
/**
* @psalm-pure
*
* @param mixed $value
*
* @return mixed
*/
function allAlpha($value)
{
Assert::allAlpha($value);
return $value;
}
/**
* @psalm-pure
*
* @param mixed $value
*
* @return mixed
*/
function allNullOrAlpha($value)
{
Assert::allNullOrAlpha($value);
return $value;
}
Function Calls
None |
Stats
MD5 | 2558ca13d5d730fd8770c21bd23ab23f |
Eval Count | 0 |
Decode Time | 88 ms |