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\PetstoreSwaggerIo; use OpenApi\Annotations as OA; /** ..

Decoded Output download

<?php

namespace OpenApi\Examples\PetstoreSwaggerIo;

use OpenApi\Annotations as OA;

/**
 * @OA\Tag(
 *     name="pet",
 *     description="Everything about your Pets",
 *     @OA\ExternalDocumentation(
 *         description="Find out more",
 *         url="http://swagger.io"
 *     )
 * )
 * @OA\Tag(
 *     name="store",
 *     description="Access to Petstore orders"
 * )
 * @OA\Tag(
 *     name="user",
 *     description="Operations about user",
 *     @OA\ExternalDocumentation(
 *         description="Find out more about our store",
 *         url="http://swagger.io"
 *     )
 * )
 */
class OpenApiTags
{
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace OpenApi\Examples\PetstoreSwaggerIo;

use OpenApi\Annotations as OA;

/**
 * @OA\Tag(
 *     name="pet",
 *     description="Everything about your Pets",
 *     @OA\ExternalDocumentation(
 *         description="Find out more",
 *         url="http://swagger.io"
 *     )
 * )
 * @OA\Tag(
 *     name="store",
 *     description="Access to Petstore orders"
 * )
 * @OA\Tag(
 *     name="user",
 *     description="Operations about user",
 *     @OA\ExternalDocumentation(
 *         description="Find out more about our store",
 *         url="http://swagger.io"
 *     )
 * )
 */
class OpenApiTags
{
}

Function Calls

None

Variables

None

Stats

MD5 fffec76d610cc40daad86ff3f155480d
Eval Count 0
Decode Time 118 ms