Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/math/
H A Dis_finite_error.phpt2 Test is_finite() - wrong params test is_finite()
5 is_finite();
6 is_finite(23,2,true);
10 Warning: is_finite() expects exactly 1 parameter, 0 given in %s on line 2
12 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 double, string given in %s on line %d
146 Warning: is_finite() expects parameter 1 to be double, string given in %s on line %d
151 Warning: is_finite() expects parameter 1 to be double, array given in %s on line %d
156 Warning: is_finite() expects parameter 1 to be double, string given in %s on line %d
[all …]
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_infinite_variation1.phpt5 /* Prototype : bool is_finite ( float $val )
/PHP-5.5/Zend/tests/
H A Dbug42143.phpt20 var_dump(is_finite(log10(-1)) == false);
/PHP-5.5/ext/standard/
H A Dphp_math.h43 PHP_FUNCTION(is_finite);
H A Dmath.c560 PHP_FUNCTION(is_finite) in PHP_FUNCTION() argument
H A Dbasic_functions.c2919 PHP_FE(is_finite, arginfo_is_finite)
/PHP-5.5/Zend/
H A Dconfigure.in65 /* To enable the is_nan, is_infinite and is_finite PHP functions */
/PHP-5.5/
H A Dconfigure.in70 /* To enable the is_nan, is_infinite and is_finite PHP functions */

Completed in 40 milliseconds