Searched refs:is_float (Results 1 – 14 of 14) sorted by relevance
/PHP-8.0/Zend/tests/ |
H A D | assign_obj_to_ref_inference.phpt | 15 var_dump(is_float($o->x)); 23 var_dump(is_float($o->x)); 30 var_dump(is_float($o->x));
|
H A D | string_to_number_comparison.phpt | 9 if (is_float($val)) {
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | is_float.phpt | 2 Test is_float() & its is_double() alias 9 echo "*** Testing is_float(), is_double() with float values***\n"; 43 /* loop to check that is_float(), is_double() & recognizes 48 var_dump( is_float($float) ); 52 echo "\n*** Testing is_float(), is_double() with non float values ***\n"; 115 is_float(), is_double() on objects, 120 var_dump( is_float($value) ); 132 *** Testing is_float(), is_double() with float values*** 224 *** Testing is_float(), is_double() with non float values ***
|
H A D | is_float_64bit.phpt | 2 Test is_float() & its is_double() alias 11 echo "*** Testing is_float(), is_double() with float values***\n"; 45 /* loop to check that is_float(), is_double() recognizes 50 var_dump( is_float($float) ); 54 echo "\n*** Testing is_float(), is_double() with non float values ***\n"; 117 is_float(), is_double() on objects, 122 var_dump( is_float($value) ); 129 *** Testing is_float(), is_double() with float values*** 221 *** Testing is_float(), is_double() with non float values ***
|
/PHP-8.0/tests/lang/ |
H A D | bug30726.phpt | 5 echo (int) is_float('-.1' * 2), "\n";
|
/PHP-8.0/Zend/tests/numeric_strings/ |
H A D | trailling_whitespaces.phpt | 47 \assert(\is_int($incremented) || \is_float($incremented)); 51 \assert(\is_int($decremented) || \is_float($decremented));
|
/PHP-8.0/tests/ |
H A D | quicktester.inc | 54 if ( !is_float($left ) && !is_int($left ) 55 || !is_float($right) && !is_int($right)) {
|
/PHP-8.0/ext/standard/tests/math/ |
H A D | lcg_value_basic.phpt | 13 if (!is_float($res) || $res < 0 || $res > 1) {
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | disk_total_space_variation.phpt | 14 var_dump( is_float($return_value) );
|
H A D | disk_free_space_variation.phpt | 13 var_dump( is_float($return_value) );
|
/PHP-8.0/ext/standard/ |
H A D | type.c | 302 PHP_FUNCTION(is_float) in PHP_FUNCTION() argument
|
H A D | basic_functions_arginfo.h | 2782 ZEND_FUNCTION(is_float); 3433 ZEND_FE(is_float, arginfo_is_float) 3434 ZEND_FALIAS(is_double, is_float, arginfo_is_double)
|
H A D | basic_functions.stub.php | 1396 function is_float(mixed $value): bool {} function
|
/PHP-8.0/Zend/tests/type_declarations/ |
H A D | scalar_strict_basic.phpt | 28 if (is_float($value)) {
|
Completed in 51 milliseconds