Searched refs:extra_chars (Results 1 – 1 of 1) sorted by relevance
369 * @param string $extra_chars Valid characters not in iunreserved or374 …protected function replace_invalid_with_pct_encoding(string $string, string $extra_chars, bool $ip… argument386 $extra_chars .= 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~%';391 while (($position += strspn($string, $extra_chars, $position)) < $strlen) {