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_event_init(uv_default_loop(),"/tmp/",function($rsc,$name,$event,$stat){ ..
Decoded Output download
<?php
uv_fs_event_init(uv_default_loop(),"/tmp/",function($rsc,$name,$event,$stat){
var_dump($name);
var_dump($event);
},0);
uv_run();
?>
Did this file decode correctly?
Original Code
<?php
uv_fs_event_init(uv_default_loop(),"/tmp/",function($rsc,$name,$event,$stat){
var_dump($name);
var_dump($event);
},0);
uv_run();
Function Calls
uv_default_loop | 1 |
Stats
MD5 | 644c3eb3aebb5ff44f3bc173b3023c0e |
Eval Count | 0 |
Decode Time | 89 ms |