Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php59 protected $ipath = ''; variable in SimplePie\\IRI
259 if ($relative->ipath !== '') {
260 if ($relative->ipath[0] === '/') {
261 $target->ipath = $relative->ipath;
262 …ase->iuserinfo !== null || $base->ihost !== null || $base->port !== null) && $base->ipath === '') {
263 $target->ipath = '/' . $relative->ipath;
264 } elseif (($last_segment = strrpos($base->ipath, '/')) !== false) {
265 … $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath;
267 $target->ipath = $relative->ipath;
269 $target->ipath = $target->remove_dot_segments($target->ipath);
[all …]