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 declare(strict_types=1); namespace Swoole\Atomic; class Long { public functio..
Decoded Output download
<?php
declare(strict_types=1);
namespace Swoole\Atomic;
class Long
{
public function __construct(int $value = 0) {}
/**
* @return int
*/
public function add(int $add_value = 1) {}
/**
* @return int
*/
public function sub(int $sub_value = 1) {}
/**
* @return int
*/
public function get() {}
public function set(int $value) {}
/**
* @return bool
*/
public function cmpset(int $cmp_value, int $new_value) {}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace Swoole\Atomic;
class Long
{
public function __construct(int $value = 0) {}
/**
* @return int
*/
public function add(int $add_value = 1) {}
/**
* @return int
*/
public function sub(int $sub_value = 1) {}
/**
* @return int
*/
public function get() {}
public function set(int $value) {}
/**
* @return bool
*/
public function cmpset(int $cmp_value, int $new_value) {}
}
Function Calls
None |
Stats
MD5 | f6183418d70a3bc8761cbb0624f92f99 |
Eval Count | 0 |
Decode Time | 117 ms |