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 declare (strict_types=1); namespace Rector\PHPUnit\ValueObject; final class Binary..

Decoded Output download

<?php

declare (strict_types=1);
namespace Rector\PHPUnit\ValueObject;

final class BinaryOpWithAssertMethod
{
    /**
     * @readonly
     * @var string
     */
    private $binaryOpClass;
    /**
     * @readonly
     * @var string
     */
    private $assetMethodName;
    /**
     * @readonly
     * @var string
     */
    private $notAssertMethodName;
    public function __construct(string $binaryOpClass, string $assetMethodName, string $notAssertMethodName)
    {
        $this->binaryOpClass = $binaryOpClass;
        $this->assetMethodName = $assetMethodName;
        $this->notAssertMethodName = $notAssertMethodName;
    }
    public function getBinaryOpClass() : string
    {
        return $this->binaryOpClass;
    }
    public function getAssetMethodName() : string
    {
        return $this->assetMethodName;
    }
    public function getNotAssertMethodName() : string
    {
        return $this->notAssertMethodName;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare (strict_types=1);
namespace Rector\PHPUnit\ValueObject;

final class BinaryOpWithAssertMethod
{
    /**
     * @readonly
     * @var string
     */
    private $binaryOpClass;
    /**
     * @readonly
     * @var string
     */
    private $assetMethodName;
    /**
     * @readonly
     * @var string
     */
    private $notAssertMethodName;
    public function __construct(string $binaryOpClass, string $assetMethodName, string $notAssertMethodName)
    {
        $this->binaryOpClass = $binaryOpClass;
        $this->assetMethodName = $assetMethodName;
        $this->notAssertMethodName = $notAssertMethodName;
    }
    public function getBinaryOpClass() : string
    {
        return $this->binaryOpClass;
    }
    public function getAssetMethodName() : string
    {
        return $this->assetMethodName;
    }
    public function getNotAssertMethodName() : string
    {
        return $this->notAssertMethodName;
    }
}

Function Calls

None

Variables

None

Stats

MD5 d1906a658b7c329219e55dce35c48b76
Eval Count 0
Decode Time 87 ms