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 Zxing\Qrcode\Decoder; class QRCodeDecoderMetaData { /** * QRCodeDecod..

Decoded Output download

<?php

namespace Zxing\Qrcode\Decoder;

class QRCodeDecoderMetaData
{
	/**
	 * QRCodeDecoderMetaData constructor.
	 * @param bool $mirrored
	 */
	public function __construct(private $mirrored)
	{
	}

	public function isMirrored(): bool
	{
		return $this->mirrored;
	}
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Zxing\Qrcode\Decoder;

class QRCodeDecoderMetaData
{
	/**
	 * QRCodeDecoderMetaData constructor.
	 * @param bool $mirrored
	 */
	public function __construct(private $mirrored)
	{
	}

	public function isMirrored(): bool
	{
		return $this->mirrored;
	}
}

Function Calls

None

Variables

None

Stats

MD5 f925cef2dcaa969db3b174a3ed2d2648
Eval Count 0
Decode Time 102 ms