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 uv_fs_chmod(uv_default_loop(), "moe", 0777, function($result){ var_dump($result..

Decoded Output download

<?php

uv_fs_chmod(uv_default_loop(), "moe", 0777, function($result){
    var_dump($result);
});

uv_run();
 ?>

Did this file decode correctly?

Original Code

<?php

uv_fs_chmod(uv_default_loop(), "moe", 0777, function($result){
    var_dump($result);
});

uv_run();

Function Calls

uv_default_loop 1

Variables

None

Stats

MD5 9ef20d0d747155183c785c33abaf2c3c
Eval Count 0
Decode Time 113 ms