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

Decoded Output download

<?php

namespace OpenApi\Examples\UsingRefs;

use OpenApi\Annotations as OA;

/**
 * @OA\Schema(description="A model")
 *
 * This is here to force the use of allOf in the Product schema.
 */
class Model
{
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace OpenApi\Examples\UsingRefs;

use OpenApi\Annotations as OA;

/**
 * @OA\Schema(description="A model")
 *
 * This is here to force the use of allOf in the Product schema.
 */
class Model
{
}

Function Calls

None

Variables

None

Stats

MD5 2caae967d84013b8de522bcdf01bd492
Eval Count 0
Decode Time 105 ms