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\Contracts\Support; interface DeferrableProvider { /** ..
Decoded Output download
<?php
namespace Illuminate\Contracts\Support;
interface DeferrableProvider
{
/**
* Get the services provided by the provider.
*
* @return array
*/
public function provides();
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Illuminate\Contracts\Support;
interface DeferrableProvider
{
/**
* Get the services provided by the provider.
*
* @return array
*/
public function provides();
}
Function Calls
None |
Stats
MD5 | 66f59223c0402fd4afaaf0530622c540 |
Eval Count | 0 |
Decode Time | 87 ms |