Searched refs:is_float (Results 1 – 11 of 11) sorted by relevance
/PHP-7.0/ext/standard/tests/math/ |
H A D | lcg_value_basic.phpt | 13 if (!is_float($res) || $res < 0 || $res > 1) { 27 if (!is_float($res) || $res < 0 || $res > 1) { 34 if (!is_float($res) || $res < 0 || $res > 1) {
|
/PHP-7.0/ext/standard/tests/general_functions/ |
H A D | is_float.phpt | 2 Test is_float() & it's FALIASes: is_double() & is_real() functions 9 /* Prototype: bool is_float ( mixed $var ); 13 echo "*** Testing is_float(), is_double() and is_real() with float values***\n"; 47 /* loop to check that is_float(), is_double() & is_real() recognizes 52 var_dump( is_float($float) ); 120 is_float(), is_double() & is_real() on objects, 125 var_dump( is_float($value) ); 132 var_dump( is_float() ); 137 var_dump( is_float( $floats[0], $floats[1]) ); 149 *** Testing is_float(), is_double() and is_real() with float values*** [all …]
|
H A D | is_float_64bit.phpt | 2 Test is_float() & it's FALIASes: is_double() & is_real() functions 11 /* Prototype: bool is_float ( mixed $var ); 15 echo "*** Testing is_float(), is_double() and is_real() with float values***\n"; 49 /* loop to check that is_float(), is_double() & is_real() recognizes 54 var_dump( is_float($float) ); 122 is_float(), is_double() & is_real() on objects, 127 var_dump( is_float($value) ); 134 var_dump( is_float() ); 139 var_dump( is_float( $floats[0], $floats[1]) ); 146 *** Testing is_float(), is_double() and is_real() with float values*** [all …]
|
/PHP-7.0/tests/lang/ |
H A D | bug30726.phpt | 5 echo (int) is_float('-.1' * 2), "\n";
|
/PHP-7.0/tests/ |
H A D | quicktester.inc | 54 if ( !is_float($left ) && !is_int($left ) 55 || !is_float($right) && !is_int($right)) {
|
/PHP-7.0/ext/standard/ |
H A D | php_type.h | 34 PHP_FUNCTION(is_float);
|
H A D | type.c | 275 PHP_FUNCTION(is_float) in PHP_FUNCTION() argument
|
H A D | basic_functions.c | 3055 PHP_FE(is_float, arginfo_is_float) 3058 PHP_FALIAS(is_double, is_float, arginfo_is_float) 3059 PHP_FALIAS(is_real, is_float, arginfo_is_float)
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | disk_total_space_variation.phpt | 19 var_dump( is_float($return_value) );
|
H A D | disk_free_space_variation.phpt | 20 var_dump( is_float($return_value) );
|
/PHP-7.0/Zend/tests/type_declarations/ |
H A D | scalar_strict_basic.phpt | 39 if (is_float($value)) {
|
Completed in 29 milliseconds