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); class FreshRSS_Migration_2019_12_22_FooBar { /** * @ret..

Decoded Output download

<?php
declare(strict_types=1);

class FreshRSS_Migration_2019_12_22_FooBar {
	/**
	 * @return bool true if the migration was successful, false otherwise
	 */
	public static function migrate(): bool {
		return true;
	}
}
 ?>

Did this file decode correctly?

Original Code

<?php
declare(strict_types=1);

class FreshRSS_Migration_2019_12_22_FooBar {
	/**
	 * @return bool true if the migration was successful, false otherwise
	 */
	public static function migrate(): bool {
		return true;
	}
}

Function Calls

None

Variables

None

Stats

MD5 e804f792196de704c144737c8803696e
Eval Count 0
Decode Time 99 ms