Home
last modified time | relevance | path

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

/plugin/dtable/
H A Dhelper.php11 static $line_nr_c = array();
25 if (!is_array(self::$line_nr_c[$file_path] ?? null)) {
26 self::$line_nr_c[$file_path] = array();
30 $start_pos = count(self::$line_nr_c[$file_path]) - 1;
31 $line_nr = self::$line_nr_c[$file_path][count(self::$line_nr_c[$file_path]) - 1];
36 if (($find = array_search($start_line, self::$line_nr_c[$file_path] ?? [])) !== false) {
45 self::$line_nr_c[$file_path][$i] = $line_nr;
49 self::$line_nr_c[$file_path][$i] = $line_nr;
59 dbglog(self::$line_nr_c);*/
15 static $line_nr_c = array(); global() variable in helper_plugin_dtable
[all...]