t / t4018 / php-methodon commit t1700-split-index: document why FSMONITOR is disabled in this test script (18c765e)
   1class Klass
   2{
   3    public static function RIGHT()
   4    {
   5        return 'ChangeMe';
   6    }
   7}