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 /** * @license Apache 2.0 */ namespace OpenApi\Examples\Petstore30\Models; /** ..

Decoded Output download

<?php

/**
 * @license Apache 2.0
 */

namespace OpenApi\Examples\Petstore30\Models;

/**
 * @OA\RequestBody(
 *     request="Pet",
 *     description="Pet object that needs to be added to the store",
 *     required=true,
 *     @OA\JsonContent(ref="#/components/schemas/Pet"),
 *     @OA\MediaType(
 *         mediaType="application/xml",
 *         @OA\Schema(ref="#/components/schemas/Pet")
 *     )
 * )
 */
class PetRequestBody
{
}
 ?>

Did this file decode correctly?

Original Code

<?php

/**
 * @license Apache 2.0
 */

namespace OpenApi\Examples\Petstore30\Models;

/**
 * @OA\RequestBody(
 *     request="Pet",
 *     description="Pet object that needs to be added to the store",
 *     required=true,
 *     @OA\JsonContent(ref="#/components/schemas/Pet"),
 *     @OA\MediaType(
 *         mediaType="application/xml",
 *         @OA\Schema(ref="#/components/schemas/Pet")
 *     )
 * )
 */
class PetRequestBody
{
}

Function Calls

None

Variables

None

Stats

MD5 ebe2403323fc1d6d76a4e996c906137f
Eval Count 0
Decode Time 103 ms