Searched refs:phpsource (Results 1 – 1 of 1) sorted by relevance
101 @[$state, $phpsource] = $data;104 $this->php($phpsource, $renderer);130 * @param string $phpsource PHP code that is either executed or printed133 protected function php($phpsource, Doku_Renderer $renderer): void argument137 eval($phpsource);149 $renderer->doc .= /*'###.get_class($this)'.*/p_xhtml_cached_geshi($phpsource, 'php', $wrapper);