Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php1884 $space_characters = "\x20\x09\x0A\x0B\x0C\x0D";
1887 $position = strspn($string, $space_characters);
1891 $len = strcspn($string, $space_characters, $position);
1894 $position += strspn($string, $space_characters, $position);