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 class Example { public static ?int|?string $scalar; } ..

Decoded Output download

<?php
class Example {
    public static ?int|?string $scalar;
}
 ?>

Did this file decode correctly?

Original Code

<?php
class Example {
    public static ?int|?string $scalar;
}

Function Calls

None

Variables

None

Stats

MD5 f5a592a4c453e1aa0b5c8009129f06c3
Eval Count 0
Decode Time 87 ms