Lines Matching refs:sep
79 private $sep = DIRECTORY_SEPARATOR; variable in ComboStrap\\LocalPath
86 …* @param string|null $sep - the directory separator - it permits to test linux path on windows, an…
88 public function __construct(string $path, string $sep = null) argument
103 if ($sep != null) {
104 $this->sep = $sep;
169 public static function createFromPathString(string $string, string $sep = null): LocalPath argument
171 return new LocalPath($string, $sep);
420 return $this->sep;