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

Decoded Output download

<?php

namespace OpenApi\Examples\PetstoreSwaggerIo\Models;

use OpenApi\Annotations as OA;

/**
 * @OA\Schema(
 *     @OA\Xml(name="Tag")
 * )
 */
class Tag
{
    /**
     * @OA\Property(format="int64")
     *
     * @var int
     */
    public $id;

    /**
     * @OA\Property
     *
     * @var string
     */
    public $name;
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace OpenApi\Examples\PetstoreSwaggerIo\Models;

use OpenApi\Annotations as OA;

/**
 * @OA\Schema(
 *     @OA\Xml(name="Tag")
 * )
 */
class Tag
{
    /**
     * @OA\Property(format="int64")
     *
     * @var int
     */
    public $id;

    /**
     * @OA\Property
     *
     * @var string
     */
    public $name;
}

Function Calls

None

Variables

None

Stats

MD5 c2efbbb69a852d97bf89982b89b6a2ad
Eval Count 0
Decode Time 85 ms