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 LaminasTest\Code\Generator\TestAsset; final cl..
Decoded Output download
<?php
declare(strict_types=1);
namespace LaminasTest\Code\Generator\TestAsset;
final class ClassWithPromotedParameter
{
public function __construct(private string $promotedParameter) {
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace LaminasTest\Code\Generator\TestAsset;
final class ClassWithPromotedParameter
{
public function __construct(private string $promotedParameter) {
}
}
Function Calls
None |
Stats
MD5 | 2cdeca9c1c457089345bafa118844cae |
Eval Count | 0 |
Decode Time | 81 ms |