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 use app\AppService; // // return [ AppService::class, ]; ..

Decoded Output download

<?php

use app\AppService;

// 
// 
return [
    AppService::class,
];
 ?>

Did this file decode correctly?

Original Code

<?php

use app\AppService;

// 
// 
return [
    AppService::class,
];

Function Calls

None

Variables

None

Stats

MD5 fe4744b6408f76228a06ef5b25b2bbe0
Eval Count 0
Decode Time 96 ms