... $to = $file; } else { $pos = strrpos($file, DIRECTORY_SEPARATOR); $to = substr($file, 0, $pos); } for ($rel = '';; $rel .= '..'.DIRECTORY_SEPARATOR) { if ($from === $to) break; if ($from === dirn...
... || $entry === '..') { continue; } $psrc = $src . DIRECTORY_SEPARATOR . $entry; $pdst = $dst . DIRECTORY_SEPARATOR . $entry; if (is_dir($pdst)) { self::copyDir($psrc, $pdst); } else { @copy($psrc, $pdst); } } $dir->clos...
... require_once $file; } else if (file_exists(XS_LIB_ROOT . DIRECTORY_SEPARATOR . $file)) { require_once XS_LIB_ROOT . DIRECTORY_SEPARATOR . $file; } if (!class_exists($name)) { throw new XSException('Undefined custom tokenizer `' . ...
... || $entry === '..') { continue; } $psrc = $src . DIRECTORY_SEPARATOR . $entry; $pdst = $dst . DIRECTORY_SEPARATOR . $entry; if (is_dir($pdst)) { self::copyDir($psrc, $pdst); } else { @copy($psrc, $pdst); } } $dir->clos...
... require_once $file; } else if (file_exists(XS_LIB_ROOT . DIRECTORY_SEPARATOR . $file)) { require_once XS_LIB_ROOT . DIRECTORY_SEPARATOR . $file; } if (!class_exists($name)) { throw new XSException('Undefined custom tokenizer `' . ...