Searched refs:is_float (Results 1 - 4 of 4) sorted by relevance

/PHP_TRUNK/ext/json/
H A Djson.c723 zend_bool is_float = 0; local
729 is_float = 1;
734 if (is_float) {
/PHP_TRUNK/ext/standard/
H A Dphp_type.h34 PHP_FUNCTION(is_float); variable
H A Dtype.c280 /* {{{ proto bool is_float(mixed var)
282 PHP_FUNCTION(is_float)
H A Dbasic_functions.c3073 PHP_FE(is_float, arginfo_is_float)
3076 PHP_FALIAS(is_double, is_float, arginfo_is_float)
3077 PHP_FALIAS(is_real, is_float, arginfo_is_float)

Completed in 10 milliseconds