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 $loop = uv_default_loop(); $queue = uv_queue_work($loop, function(){ echo "[que..

Decoded Output download

<?php
$loop = uv_default_loop();

$queue = uv_queue_work($loop, function(){
    echo "[queue]";
}, function(){
    echo "[finished]";
});


uv_run();

 ?>

Did this file decode correctly?

Original Code

<?php
$loop = uv_default_loop();

$queue = uv_queue_work($loop, function(){
    echo "[queue]";
}, function(){
    echo "[finished]";
});


uv_run();

Function Calls

uv_default_loop 1

Variables

None

Stats

MD5 80a61655f99055fcd8a54037ea710a68
Eval Count 0
Decode Time 116 ms