PhpMigration\Changes\v5dot3\IncompByReference::isMismatch PHP Method

isMismatch() protected method

protected isMismatch ( $define, $call )
    protected function isMismatch($define, $call)
    {
        return true && $define & $call;
    }