public function testFullArgsInvocation() { $result = S::slice('fòôbàř', 0, 3, 'UTF-8'); $this->assertEquals('fòô', (string) $result); }