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 /** * @OA\Schema( * schema="Error", * type="object", * @OA\Property(pr..
Decoded Output download
<?php
/**
* @OA\Schema(
* schema="Error",
* type="object",
* @OA\Property(property="message", type="string", example="Unexpected error", description="The company name"),
* @OA\Property(property="code", type="integer", example="500", description="The HTTP error code"),
* )
*/
?>
Did this file decode correctly?
Original Code
<?php
/**
* @OA\Schema(
* schema="Error",
* type="object",
* @OA\Property(property="message", type="string", example="Unexpected error", description="The company name"),
* @OA\Property(property="code", type="integer", example="500", description="The HTTP error code"),
* )
*/
Function Calls
None |
Stats
MD5 | 55887078d0b7dfcc10227edc819bc369 |
Eval Count | 0 |
Decode Time | 91 ms |