Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dcompatibility.php31 * @see ctype_digit
33 function ctype_digit($text) function
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParser.php810 if (!ctype_digit($char) && $char != '.') return false;