``` php public function testMulti() { $this->assertSame( 'abax', left_pad('x', 4, 'ab', 'utf8') ); } ``` Expected output is "abax" but this `left_pad` gives "ababx".