Searched refs:allownegative (Results 1 – 2 of 2) sorted by relevance
3747 * @param bool $allownegative3751 public static function IsANumber($numberstring, $allowdecimal=false, $allownegative=false) { argument3756 } elseif (($numberstring[$i] == '-') && $allownegative && ($i == 0)) {
3129 function IsANumber($numberstring, $allowdecimal=false, $allownegative=false) { argument3134 } elseif (($numberstring{$i} == '-') && $allownegative && ($i == 0)) {