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 /** @generate-legacy-arginfo */ final class Yaf_Registry { /* constants */ /* p..
Decoded Output download
<?php
/** @generate-legacy-arginfo */
final class Yaf_Registry {
/* constants */
/* properties */
static protected Yaf_Registry $_instance = NULL;
protected array $_entries = NULL;
/* methods */
private function __construct() {}
public static function get(string $name):mixed {}
public static function has(string $name):?bool {}
public static function set(string $name, mixed $value):?bool {}
public static function del(string $name):?bool {}
}
?>
Did this file decode correctly?
Original Code
<?php
/** @generate-legacy-arginfo */
final class Yaf_Registry {
/* constants */
/* properties */
static protected Yaf_Registry $_instance = NULL;
protected array $_entries = NULL;
/* methods */
private function __construct() {}
public static function get(string $name):mixed {}
public static function has(string $name):?bool {}
public static function set(string $name, mixed $value):?bool {}
public static function del(string $name):?bool {}
}
Function Calls
None |
Stats
MD5 | 180e894c9c73919f47c109558a788063 |
Eval Count | 0 |
Decode Time | 106 ms |