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 Illuminate\Cache\RateLimiting; class Unlimited extends GlobalLimit { ..
Decoded Output download
<?php
namespace Illuminate\Cache\RateLimiting;
class Unlimited extends GlobalLimit
{
/**
* Create a new limit instance.
*
* @return void
*/
public function __construct()
{
parent::__construct(PHP_INT_MAX);
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Illuminate\Cache\RateLimiting;
class Unlimited extends GlobalLimit
{
/**
* Create a new limit instance.
*
* @return void
*/
public function __construct()
{
parent::__construct(PHP_INT_MAX);
}
}
Function Calls
| None |
Stats
| MD5 | c18886de5138d242171837b27ef44db0 |
| Eval Count | 0 |
| Decode Time | 130 ms |