public function assocStrings() { return $this->getImplementations(['foo' => 'bar', 'quz' => 'quack', '2-' => 'abcdef', '--' => 'AQWS', '-~sdsds~-' => 'bar', '~!' => 'My name is', '$09876' => 'Mr....', '-A1231A-' => 'Bar']); }