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 // .phpstorm.meta.php namespace PHPSTORM_META { override( \yii\di\Cont..

Decoded Output download

<?php
// .phpstorm.meta.php

namespace PHPSTORM_META {

    override(
        \yii\di\Container::get(0),
        map([
            '' => '@',
        ])
    );

    override(
        \yii\di\Instance::ensure(0),
        map([
            '' => '@',
        ])
    );

    override(
        \Yii::createObject(0),
        map([
            '' => '@',
        ])
    );
}
 ?>

Did this file decode correctly?

Original Code

<?php
// .phpstorm.meta.php

namespace PHPSTORM_META {

    override(
        \yii\di\Container::get(0),
        map([
            '' => '@',
        ])
    );

    override(
        \yii\di\Instance::ensure(0),
        map([
            '' => '@',
        ])
    );

    override(
        \Yii::createObject(0),
        map([
            '' => '@',
        ])
    );
}

Function Calls

None

Variables

None

Stats

MD5 b160f778e62e17e26a5b0802d638f176
Eval Count 0
Decode Time 79 ms