Home
last modified time | relevance | path

Searched refs:zend_finite (Results 1 – 10 of 10) sorted by relevance

/PHP-8.4/ext/intl/collator/
H A Dcollator_is_numeric.c237 if (!zend_finite(local_dval)) { in collator_is_numeric()
/PHP-8.4/ext/random/
H A Drandomizer.c151 if (!zend_finite(min)) { in PHP_METHOD()
156 if (!zend_finite(max)) { in PHP_METHOD()
/PHP-8.4/Zend/
H A Dzend_smart_str.c122 if (zero_fraction && zend_finite(num) && !strchr(buf, '.')) { in smart_str_append_double()
H A Dzend_portability.h475 # define zend_finite std::isfinite macro
480 # define zend_finite(a) isfinite(a) macro
H A Dzend_operators.h122 if (UNEXPECTED(!zend_finite(d)) || UNEXPECTED(zend_isnan(d))) { in zend_dval_to_lval()
133 if (UNEXPECTED(!zend_finite(d)) || UNEXPECTED(zend_isnan(d))) { in zend_dval_to_lval_cap()
H A Dzend_operators.c3319 } else if (dval1 == dval2 && !zend_finite(dval1)) {
3367 } else if (dval1 == dval2 && !zend_finite(dval1)) {
/PHP-8.4/ext/standard/
H A Dmath.c170 if (!zend_finite(value) || value == 0.0) { in _php_math_round()
238 if (!zend_finite(tmp_value) || zend_isnan(tmp_value)) { in _php_math_round()
566 RETURN_BOOL(zend_finite(dval)); in PHP_FUNCTION()
H A Dstreamsfuncs.c125 } else if (!zend_finite(timeout)) { in PHP_FUNCTION()
280 } else if (!zend_finite(timeout)) { in PHP_FUNCTION()
/PHP-8.4/ext/filter/
H A Dlogical_filters.c454 if ((!dval && p - num > 1 && strpbrk(num, "123456789")) || !zend_finite(dval)) { in php_filter_float()
/PHP-8.4/sapi/phpdbg/
H A Dphpdbg_utils.c684 if (zend_finite(Z_DVAL_P(zv)) && !strchr(decode, '.')) { in phpdbg_short_zval_print()

Completed in 57 milliseconds