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 use OpenApi\Annotations as OA; /** * @OA\OpenApi( * security={{"bearerAuth": {..

Decoded Output download

<?php

use OpenApi\Annotations as OA;

/**
 * @OA\OpenApi(
 *   security={{"bearerAuth": {}}}
 * )
 *
 * @OA\SecurityScheme(
 *   securityScheme="bearerAuth",
 *   type="http",
 *   scheme="bearer"
 * )
 */
class OpenApiSpec
{
}
 ?>

Did this file decode correctly?

Original Code

<?php

use OpenApi\Annotations as OA;

/**
 * @OA\OpenApi(
 *   security={{"bearerAuth": {}}}
 * )
 *
 * @OA\SecurityScheme(
 *   securityScheme="bearerAuth",
 *   type="http",
 *   scheme="bearer"
 * )
 */
class OpenApiSpec
{
}

Function Calls

None

Variables

None

Stats

MD5 eaf7d2651c7b76f781ec5832b752f20e
Eval Count 0
Decode Time 101 ms