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 if (!class_exists($class = \Swoole\Server::class)) { echo sprintf('FAIL: Cla..

Decoded Output download

<?php 
 
if (!class_exists($class = \Swoole\Server::class)) { 
    echo sprintf('FAIL: Class "%s" does not exist.', $class).PHP_EOL; 
    exit(1); 
} 
 
exit(0); 
 ?>

Did this file decode correctly?

Original Code

<?php

if (!class_exists($class = \Swoole\Server::class)) {
    echo sprintf('FAIL: Class "%s" does not exist.', $class).PHP_EOL;
    exit(1);
}

exit(0);

Function Calls

None

Variables

None

Stats

MD5 da65355dccd3045085da9077248474c5
Eval Count 0
Decode Time 98 ms