Ioncube> switches?! foreach, fe_as

Issue #58 new
sidxx55 created an issue

Bad swithes detection?!

foreach ($params as $_key => $_val ) {

Notice: Undefined index: var in C:\xcache54\Decompiler.class.php on line 2152

Notice: Undefined index: var in C:\xcache54\Decompiler.class.php on line 2152

Notice: Undefined index: var in C:\xcache54\Decompiler.class.php on line 2152

Notice: Undefined index: var in C:\xcache54\Decompiler.class.php on line 2152

Notice: Undefined index: var in C:\xcache54\Decompiler.class.php on line 2152

Notice: Undefined index: var in C:\xcache54\Decompiler.class.php on line 2152

Notice: Undefined index: var in C:\xcache54\Decompiler.class.php on line 2152

Notice: Undefined index: var in C:\xcache54\Decompiler.class.php on line 2152
        if ("assign") {
            $$_key = (string) $_val;
            break;
        }

        if ("wrap") {
            $$_key = (int) $_val;
            break;
        }

        if ("wrap_cut") {
            $$_key = (bool) $_val;
            break;
        }

        $smarty->trigger_error("textformat: unknown attribute '$_key'");

        goto label17;
    }