Lines Matching defs:sep
79 private $sep = DIRECTORY_SEPARATOR;
86 * @param string|null $sep - the directory separator - it permits to test linux path on windows, and vice-versa
88 public function __construct(string $path, string $sep = null)
103 if ($sep != null) {
104 $this->sep = $sep;
169 public static function createFromPathString(string $string, string $sep = null): LocalPath
171 return new LocalPath($string, $sep);
280 $sepCharacter = 1; // delete the sep characters
383 // root, no need to delete the last sep
420 return $this->sep;