Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_float.phpt2 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 Dis_float_64bit.phpt2 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-5.5/ext/standard/tests/math/
H A Dlcg_value_basic.phpt13 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-5.5/tests/lang/
H A Dbug30726.phpt5 echo (int) is_float('-.1' * 2), "\n";
/PHP-5.5/tests/
H A Dquicktester.inc54 if ( !is_float($left ) && !is_int($left )
55 || !is_float($right) && !is_int($right)) {
/PHP-5.5/ext/standard/
H A Dphp_type.h34 PHP_FUNCTION(is_float);
H A Dtype.c282 PHP_FUNCTION(is_float) in PHP_FUNCTION() argument
H A Dbasic_functions.c3072 PHP_FE(is_float, arginfo_is_float)
3075 PHP_FALIAS(is_double, is_float, arginfo_is_float)
3076 PHP_FALIAS(is_real, is_float, arginfo_is_float)
/PHP-5.5/ext/standard/tests/file/
H A Ddisk_total_space_variation.phpt19 var_dump( is_float($return_value) );
H A Ddisk_free_space_variation.phpt20 var_dump( is_float($return_value) );
/PHP-5.5/ext/json/
H A Djson.c735 zend_bool is_float = 0; in php_json_decode_ex() local
741 is_float = 1; in php_json_decode_ex()
746 if (is_float) { in php_json_decode_ex()

Completed in 34 milliseconds