Home
last modified time | relevance | path

Searched refs:phpsource (Results 1 – 1 of 1) sorted by relevance

/plugin/embeddedphp/syntax/
H A Dphpinline.php101 @[$state, $phpsource] = $data;
104 $this->php($phpsource, $renderer);
130 * @param string $phpsource PHP code that is either executed or printed
133 protected function php($phpsource, Doku_Renderer $renderer): void argument
137 eval($phpsource);
149 $renderer->doc .= /*'###.get_class($this)'.*/p_xhtml_cached_geshi($phpsource, 'php', $wrapper);