Home
last modified time | relevance | path

Searched refs:is_float (Results 1 – 14 of 14) sorted by relevance

/PHP-8.0/Zend/tests/
H A Dassign_obj_to_ref_inference.phpt15 var_dump(is_float($o->x));
23 var_dump(is_float($o->x));
30 var_dump(is_float($o->x));
H A Dstring_to_number_comparison.phpt9 if (is_float($val)) {
/PHP-8.0/ext/standard/tests/general_functions/
H A Dis_float.phpt2 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 Dis_float_64bit.phpt2 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 Dbug30726.phpt5 echo (int) is_float('-.1' * 2), "\n";
/PHP-8.0/Zend/tests/numeric_strings/
H A Dtrailling_whitespaces.phpt47 \assert(\is_int($incremented) || \is_float($incremented));
51 \assert(\is_int($decremented) || \is_float($decremented));
/PHP-8.0/tests/
H A Dquicktester.inc54 if ( !is_float($left ) && !is_int($left )
55 || !is_float($right) && !is_int($right)) {
/PHP-8.0/ext/standard/tests/math/
H A Dlcg_value_basic.phpt13 if (!is_float($res) || $res < 0 || $res > 1) {
/PHP-8.0/ext/standard/tests/file/
H A Ddisk_total_space_variation.phpt14 var_dump( is_float($return_value) );
H A Ddisk_free_space_variation.phpt13 var_dump( is_float($return_value) );
/PHP-8.0/ext/standard/
H A Dtype.c302 PHP_FUNCTION(is_float) in PHP_FUNCTION() argument
H A Dbasic_functions_arginfo.h2782 ZEND_FUNCTION(is_float);
3433 ZEND_FE(is_float, arginfo_is_float)
3434 ZEND_FALIAS(is_double, is_float, arginfo_is_double)
H A Dbasic_functions.stub.php1396 function is_float(mixed $value): bool {} function
/PHP-8.0/Zend/tests/type_declarations/
H A Dscalar_strict_basic.phpt28 if (is_float($value)) {

Completed in 51 milliseconds