Home
last modified time | relevance | path

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

/php-src/ext/intl/collator/
H A Dcollator_is_numeric.c237 if (!zend_finite(local_dval)) { in collator_is_numeric()
/php-src/ext/random/
H A Drandomizer.c150 if (!zend_finite(min)) { in PHP_METHOD()
155 if (!zend_finite(max)) { in PHP_METHOD()
/php-src/Zend/
H A Dzend_smart_str.c121 if (zero_fraction && zend_finite(num) && !strchr(buf, '.')) { in smart_str_append_double()
H A Dzend_portability.h465 # define zend_finite std::isfinite macro
470 # define zend_finite(a) isfinite(a) macro
H A Dzend_operators.h109 if (UNEXPECTED(!zend_finite(d)) || UNEXPECTED(zend_isnan(d))) { in zend_dval_to_lval()
120 if (UNEXPECTED(!zend_finite(d)) || UNEXPECTED(zend_isnan(d))) { in zend_dval_to_lval_cap()
H A Dzend_operators.c3307 } else if (dval1 == dval2 && !zend_finite(dval1)) {
3355 } else if (dval1 == dval2 && !zend_finite(dval1)) {
/php-src/ext/standard/
H A Dmath.c167 if (!zend_finite(value) || value == 0.0) { in _php_math_round()
235 if (!zend_finite(tmp_value) || zend_isnan(tmp_value)) { in _php_math_round()
532 RETURN_BOOL(zend_finite(dval)); in PHP_FUNCTION()
/php-src/ext/filter/
H A Dlogical_filters.c454 if ((!dval && p - num > 1 && strpbrk(num, "123456789")) || !zend_finite(dval)) { in php_filter_float()
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c683 if (zend_finite(Z_DVAL_P(zv)) && !strchr(decode, '.')) { in phpdbg_short_zval_print()

Completed in 37 milliseconds