Home
last modified time | relevance | path

Searched refs:is_finite (Results 1 – 10 of 10) sorted by path

/PHP-7.2/Zend/tests/
H A Dbug42143.phpt20 var_dump(is_finite(log10(-1)) == false);
/PHP-7.2/ext/standard/
H A Dbasic_functions.c2936 PHP_FE(is_finite, arginfo_is_finite)
H A Dmath.c586 PHP_FUNCTION(is_finite) in PHP_FUNCTION() argument
H A Dphp_math.h44 PHP_FUNCTION(is_finite);
/PHP-7.2/ext/standard/tests/math/
H A Dbug74039.phpt6 var_dump(is_finite(INF));
10 var_dump(is_finite(-INF));
14 var_dump(is_finite(NAN));
H A Dis_finite_basic.phpt2 Test is_finite() - basic function test is_finite()
21 $res = is_finite($values[$i]);
H A Dis_finite_basiclong_64bit.phpt2 Test is_finite function : 64bit long tests
24 var_dump(is_finite($longVal));
H A Dis_finite_error.phpt2 Test is_finite() - wrong params test is_finite()
5 is_finite();
6 is_finite(23,2,true);
9 Warning: is_finite() expects exactly 1 parameter, 0 given in %s on line 2
11 Warning: is_finite() expects exactly 1 parameter, 3 given in %s on line 3
H A Dis_finite_variation1.phpt2 Test is_finite() function : usage variations - different data types as $val argument
5 /* Prototype : bool is_finite ( float $val )
10 echo "*** Testing is_finite() : usage variations ***\n";
78 // loop through each element of $inputs to check the behaviour of is_finite()
82 var_dump(is_finite($input));
89 *** Testing is_finite() : usage variations ***
141 Warning: is_finite() expects parameter 1 to be float, string given in %s on line %d
146 Warning: is_finite() expects parameter 1 to be float, string given in %s on line %d
151 Warning: is_finite() expects parameter 1 to be float, array given in %s on line %d
156 Warning: is_finite() expects parameter 1 to be float, string given in %s on line %d
[all …]
H A Dis_infinite_variation1.phpt5 /* Prototype : bool is_finite ( float $val )

Completed in 37 milliseconds