Searched refs:Z_DVAL_PP (Results 1 - 17 of 17) sorted by relevance
| /PHP_5_3/ext/intl/formatter/ |
| H A D | formatter_attr.c | 190 unum_setDoubleAttribute(FORMATTER_OBJECT(nfo), attribute, Z_DVAL_PP(value));
|
| H A D | formatter_format.c | 94 int64_t value = (Z_TYPE_PP(number) == IS_DOUBLE)?(int64_t)Z_DVAL_PP(number):Z_LVAL_PP(number); 110 formatted_len = unum_formatDouble(FORMATTER_OBJECT(nfo), Z_DVAL_PP(number), formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo)); 114 unum_formatDouble(FORMATTER_OBJECT(nfo), Z_DVAL_PP(number), formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
|
| /PHP_5_3/ext/curl/ |
| H A D | streams.c | 326 if (Z_DVAL_PP(ctx_opt) == 1.1) {
|
| /PHP_5_3/ext/mssql/ |
| H A D | php_mssql.c | 2068 value=(LPBYTE)(&Z_DVAL_PP(var));
|
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli_api.c | 104 bind[ofs].buffer = &Z_DVAL_PP(args[i]);
|
| /PHP_5_3/ext/oci8/ |
| H A D | oci8_statement.c | 1638 ((double *)bind->array.elements)[i] = (double) Z_DVAL_PP(entry);
|
| /PHP_5_3/ext/soap/ |
| H A D | php_http.c | 472 Z_DVAL_PP(tmp) == 1.0) {
|
| /PHP_5_3/ext/standard/ |
| H A D | http.c | 171 ekey_len = spprintf(&ekey, 0, "%.*G", (int) EG(precision), Z_DVAL_PP(zdata));
|
| H A D | http_fopen_wrapper.c | 175 timeout.tv_sec = (time_t) Z_DVAL_PP(tmpzval); 176 timeout.tv_usec = (size_t) ((Z_DVAL_PP(tmpzval) - timeout.tv_sec) * 1000000); 341 protocol_version_len = spprintf(&protocol_version, 0, "%.1F", Z_DVAL_PP(tmpzval));
|
| H A D | math.c | 287 RETURN_DOUBLE(fabs(Z_DVAL_PP(value))); 311 RETURN_DOUBLE(ceil(Z_DVAL_PP(value))); 314 RETURN_DOUBLE(Z_DVAL_PP(value)); 332 RETURN_DOUBLE(floor(Z_DVAL_PP(value))); 335 RETURN_DOUBLE(Z_DVAL_PP(value)); 369 return_val = (Z_TYPE_PP(value) == IS_LONG) ? (double)Z_LVAL_PP(value) : Z_DVAL_PP(value);
|
| H A D | pack.c | 436 v = (float) Z_DVAL_PP(val); 449 v = (double) Z_DVAL_PP(val);
|
| H A D | var.c | 110 php_printf("%sfloat(%.*G)\n", COMMON, (int) EG(precision), Z_DVAL_PP(struc)); 263 php_printf("%sdouble(%.*G) refcount(%u)\n", COMMON, (int) EG(precision), Z_DVAL_PP(struc), Z_REFCOUNT_PP(struc)); 444 tmp_len = spprintf(&tmp_str, 0,"%.*H", (int) EG(precision), Z_DVAL_PP(struc));
|
| H A D | string.c | 1097 str_len = spprintf(&stmp, 0, "%.*G", (int) EG(precision), Z_DVAL_PP(tmp)); 2934 Z_DVAL_PP(percent) = 0; 2943 Z_DVAL_PP(percent) = sim * 200.0 / (t1_len + t2_len);
|
| /PHP_5_3/Zend/ |
| H A D | zend_API.c | 342 if (Z_DVAL_PP(arg) > LONG_MAX) { 345 } else if (Z_DVAL_PP(arg) < LONG_MIN) { 388 *p = Z_DVAL_PP(arg);
|
| H A D | zend_operators.h | 421 #define Z_DVAL_PP(zval_pp) Z_DVAL(**zval_pp) macro
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_debug.c | 1555 double dval = Z_DVAL_PP(arg); 1738 double dval = Z_DVAL_PP(arg);
|
| /PHP_5_3/ext/gd/ |
| H A D | gd.c | 3949 strex.linespacing = Z_DVAL_PP(item); 5014 matrix[i][j] = Z_DVAL_PP(var2);
|
Completed in 51 milliseconds