<?php use Not\Installed\TranslatableInterface; if ('aa' instanceof TranslatableInterface) { echo 'yep'; } else { echo 'nope'; } // This would trigger a Fatal Error Interface "Not\Installed\TranslatableInterface" not found // $foo = new class implements TranslatableInterface {};
You have javascript disabled. You will not be able to edit any code.