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 Drupal\Tests\automated_cron\Functional; use Dr..
Decoded Output download
<?php
declare(strict_types=1);
namespace Drupal\Testsutomated_cron\Functional;
use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
/**
* Generic module test for automated_cron.
*
* @group automated_cron
*/
class GenericTest extends GenericModuleTestBase {}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace Drupal\Tests\automated_cron\Functional;
use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
/**
* Generic module test for automated_cron.
*
* @group automated_cron
*/
class GenericTest extends GenericModuleTestBase {}
Function Calls
None |
Stats
MD5 | de30bd34bfb83d41031658d6744c26dd |
Eval Count | 0 |
Decode Time | 74 ms |