Z_DVAL_PP 360 Zend/zend_API.c if (Z_DVAL_PP(arg) > LONG_MAX) { Z_DVAL_PP 363 Zend/zend_API.c } else if (Z_DVAL_PP(arg) < LONG_MIN) { Z_DVAL_PP 412 Zend/zend_API.c *p = Z_DVAL_PP(arg); Z_DVAL_PP 504 Zend/zend_exceptions.c double dval = Z_DVAL_PP(arg); Z_DVAL_PP 4180 ext/date/php_date.c (*intobj)->diff->member = (timelib_sll)Z_DVAL_PP(z_arg); \ Z_DVAL_PP 3853 ext/gd/gd.c strex.linespacing = Z_DVAL_PP(item); Z_DVAL_PP 4888 ext/gd/gd.c matrix[i][j] = (float)Z_DVAL_PP(var2); Z_DVAL_PP 5177 ext/gd/gd.c affine[i] = Z_DVAL_PP(zval_affine_elem); Z_DVAL_PP 5308 ext/gd/gd.c x = Z_DVAL_PP(tmp); Z_DVAL_PP 5323 ext/gd/gd.c y = Z_DVAL_PP(tmp); Z_DVAL_PP 5405 ext/gd/gd.c m1[i] = Z_DVAL_PP(tmp); Z_DVAL_PP 5427 ext/gd/gd.c m2[i] = Z_DVAL_PP(tmp); Z_DVAL_PP 190 ext/intl/formatter/formatter_attr.c unum_setDoubleAttribute(FORMATTER_OBJECT(nfo), attribute, Z_DVAL_PP(value)); Z_DVAL_PP 94 ext/intl/formatter/formatter_format.c int64_t value = (Z_TYPE_PP(number) == IS_DOUBLE)?(int64_t)Z_DVAL_PP(number):Z_LVAL_PP(number); Z_DVAL_PP 110 ext/intl/formatter/formatter_format.c formatted_len = unum_formatDouble(FORMATTER_OBJECT(nfo), Z_DVAL_PP(number), formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo)); Z_DVAL_PP 114 ext/intl/formatter/formatter_format.c unum_formatDouble(FORMATTER_OBJECT(nfo), Z_DVAL_PP(number), formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo)); Z_DVAL_PP 478 ext/intl/msgformat/msgformat_helpers.cpp d = Z_DVAL_PP(elem); Z_DVAL_PP 485 ext/intl/msgformat/msgformat_helpers.cpp ? Z_DVAL_PP(elem) Z_DVAL_PP 496 ext/intl/msgformat/msgformat_helpers.cpp if (Z_DVAL_PP(elem) > (double)INT32_MAX || Z_DVAL_PP 497 ext/intl/msgformat/msgformat_helpers.cpp Z_DVAL_PP(elem) < (double)INT32_MIN) { Z_DVAL_PP 502 ext/intl/msgformat/msgformat_helpers.cpp tInt32 = (int32_t)Z_DVAL_PP(elem); Z_DVAL_PP 526 ext/intl/msgformat/msgformat_helpers.cpp if (Z_DVAL_PP(elem) > (double)U_INT64_MAX || Z_DVAL_PP 527 ext/intl/msgformat/msgformat_helpers.cpp Z_DVAL_PP(elem) < (double)U_INT64_MIN) { Z_DVAL_PP 532 ext/intl/msgformat/msgformat_helpers.cpp tInt64 = (int64_t)Z_DVAL_PP(elem); Z_DVAL_PP 576 ext/intl/msgformat/msgformat_helpers.cpp formattable.setDouble(Z_DVAL_PP(elem)); Z_DVAL_PP 185 ext/intl/timezone/timezone_methods.cpp Z_DVAL_PP(arg) = dval; Z_DVAL_PP 2063 ext/mssql/php_mssql.c value=(LPBYTE)(&Z_DVAL_PP(var)); Z_DVAL_PP 211 ext/mysqli/mysqli_api.c bind[ofs].buffer = &Z_DVAL_PP(args[i]); Z_DVAL_PP 110 ext/mysqlnd/mysqlnd_bt.c double dval = Z_DVAL_PP(arg); Z_DVAL_PP 1638 ext/oci8/oci8_statement.c ((double *)bind->array.elements)[i] = (double) Z_DVAL_PP(entry); Z_DVAL_PP 5579 ext/pgsql/pgsql.c ZVAL_DOUBLE(new_val, Z_DVAL_PP(val)); Z_DVAL_PP 5630 ext/pgsql/pgsql.c ZVAL_DOUBLE(new_val, Z_DVAL_PP(val)); Z_DVAL_PP 5674 ext/pgsql/pgsql.c ZVAL_DOUBLE(new_val, Z_DVAL_PP(val)); Z_DVAL_PP 5712 ext/pgsql/pgsql.c ZVAL_DOUBLE(new_val, Z_DVAL_PP(val)); Z_DVAL_PP 5974 ext/pgsql/pgsql.c ZVAL_DOUBLE(new_val, Z_DVAL_PP(val)); Z_DVAL_PP 6238 ext/pgsql/pgsql.c smart_str_appendl(&querystr, buf, snprintf(buf, sizeof(buf), "%F", Z_DVAL_PP(val))); Z_DVAL_PP 6347 ext/pgsql/pgsql.c smart_str_appendl(querystr, buf, MIN(snprintf(buf, sizeof(buf), "%F", Z_DVAL_PP(val)), sizeof(buf)-1)); Z_DVAL_PP 538 ext/soap/php_http.c Z_DVAL_PP(tmp) == 1.0) { Z_DVAL_PP 184 ext/standard/http.c ekey_len = spprintf(&ekey, 0, "%.*G", (int) EG(precision), Z_DVAL_PP(zdata)); Z_DVAL_PP 200 ext/standard/http_fopen_wrapper.c timeout.tv_sec = (time_t) Z_DVAL_PP(tmpzval); Z_DVAL_PP 201 ext/standard/http_fopen_wrapper.c timeout.tv_usec = (size_t) ((Z_DVAL_PP(tmpzval) - timeout.tv_sec) * 1000000); Z_DVAL_PP 366 ext/standard/http_fopen_wrapper.c protocol_version_len = spprintf(&protocol_version, 0, "%.1F", Z_DVAL_PP(tmpzval)); Z_DVAL_PP 287 ext/standard/math.c RETURN_DOUBLE(fabs(Z_DVAL_PP(value))); Z_DVAL_PP 311 ext/standard/math.c RETURN_DOUBLE(ceil(Z_DVAL_PP(value))); Z_DVAL_PP 314 ext/standard/math.c RETURN_DOUBLE(Z_DVAL_PP(value)); Z_DVAL_PP 332 ext/standard/math.c RETURN_DOUBLE(floor(Z_DVAL_PP(value))); Z_DVAL_PP 335 ext/standard/math.c RETURN_DOUBLE(Z_DVAL_PP(value)); Z_DVAL_PP 369 ext/standard/math.c return_val = (Z_TYPE_PP(value) == IS_LONG) ? (double)Z_LVAL_PP(value) : Z_DVAL_PP(value); Z_DVAL_PP 446 ext/standard/pack.c v = (float) Z_DVAL_PP(val); Z_DVAL_PP 459 ext/standard/pack.c v = (double) Z_DVAL_PP(val); Z_DVAL_PP 1181 ext/standard/string.c str_len = spprintf(&stmp, 0, "%.*G", (int) EG(precision), Z_DVAL_PP(tmp)); Z_DVAL_PP 3275 ext/standard/string.c Z_DVAL_PP(percent) = 0; Z_DVAL_PP 3284 ext/standard/string.c Z_DVAL_PP(percent) = sim * 200.0 / (t1_len + t2_len); Z_DVAL_PP 110 ext/standard/var.c php_printf("%sfloat(%.*G)\n", COMMON, (int) EG(precision), Z_DVAL_PP(struc)); Z_DVAL_PP 265 ext/standard/var.c php_printf("%sdouble(%.*G) refcount(%u)\n", COMMON, (int) EG(precision), Z_DVAL_PP(struc), Z_REFCOUNT_PP(struc)); Z_DVAL_PP 439 ext/standard/var.c tmp_len = spprintf(&tmp_str, 0,"%.*H", PG(serialize_precision), Z_DVAL_PP(struc));