t / t4018 / php-interfaceon commit tests: add a special setup where rebase.useBuiltin is off (62c2393)
   1interface RIGHT
   2{
   3    public function foo($ChangeMe);
   4}