<?php str_replace( array|string $search, array|string $replace, string|array $subject, int &$count = null): string|array
<?php public function testNoExtension() { file_put_contents($this->tpl_file, 'value ok'); $this->assertEquals('value ok', $this->phplater->render(str_replace('.tpl', '', $this->tpl_file))); }