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 namespace OpenApi\Examples\UsingLinksPhp81; use OpenApi\Attributes as OAT; #[OAT\..
Decoded Output download
<?php
namespace OpenApi\Examples\UsingLinksPhp81;
use OpenApi\Attributes as OAT;
#[OAT\Info(
version: '1.0.0',
description: '',
title: 'Link Example',
contact: new OAT\Contact(
name: 'Contact Name',
email: '[email protected]'
)
)]
class OpenApiSpec
{
}
?>
Did this file decode correctly?
Original Code
<?php
namespace OpenApi\Examples\UsingLinksPhp81;
use OpenApi\Attributes as OAT;
#[OAT\Info(
version: '1.0.0',
description: '',
title: 'Link Example',
contact: new OAT\Contact(
name: 'Contact Name',
email: '[email protected]'
)
)]
class OpenApiSpec
{
}
Function Calls
| None |
Stats
| MD5 | 2e0cee593d4d4c262b0cd58909ee5f2a |
| Eval Count | 0 |
| Decode Time | 89 ms |