Searched refs:debug_handle (Results 1 – 2 of 2) sorted by relevance
188 $debug_handle=fopen(DOKU_INC.'xtern.txt', 'wb');189 if(!$debug_handle) return; 190 fwrite($debug_handle, $data);191 fclose($debug_handle);
15 private $debug_handle = null; variable in admin_plugin_xtern373 if(!$this->debug_handle) return; 374 fwrite($this->debug_handle, "$data\n");