Searched refs:ipath (Results 1 – 1 of 1) sorted by relevance
93 protected $ipath = ''; variable in SimplePie\\IRI286 if ($relative->ipath !== '') {287 if ($relative->ipath[0] === '/') {288 $target->ipath = $relative->ipath;289 …ase->iuserinfo !== null || $base->ihost !== null || $base->port !== null) && $base->ipath === '') {290 $target->ipath = '/' . $relative->ipath;291 } elseif (($last_segment = strrpos($base->ipath, '/')) !== false) {292 … $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath;294 $target->ipath = $relative->ipath;296 $target->ipath = $target->remove_dot_segments($target->ipath);[all …]