| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_convert.c | 392 Z_DVAL_P(num) = dval;
|
| /PHP_5_3/ext/intl/dateformat/ |
| H A D | dateformat_format.c | 151 p_timestamp = Z_DVAL_P(zarg) ;
|
| /PHP_5_3/ext/intl/msgformat/ |
| H A D | msgformat_helpers.cpp | 78 fargs[i].setDouble(Z_DVAL_P(args[i])); 88 tInt64 = (int64_t)Z_DVAL_P(args[i]); 94 tInt64 = (Z_TYPE_P(args[i]) == IS_DOUBLE)?(int64_t)Z_DVAL_P(args[i]):Z_LVAL_P(args[i]);
|
| /PHP_5_3/ext/com_dotnet/ |
| H A D | com_variant.c | 150 V_R8(v) = Z_DVAL_P(z);
|
| /PHP_5_3/ext/filter/ |
| H A D | logical_filters.c | 384 Z_DVAL_P(value) = lval; 392 Z_DVAL_P(value) = dval;
|
| /PHP_5_3/ext/interbase/ |
| H A D | ibase_query.c | 488 if (Z_DVAL_P(val) > 0) { 489 l = Z_DVAL_P(val) * pow(10, -array->ar_desc.array_desc_scale) + .5; 491 l = Z_DVAL_P(val) * pow(10, -array->ar_desc.array_desc_scale) - .5; 573 *(float*) buf = (float) Z_DVAL_P(val); 577 *(double*) buf = Z_DVAL_P(val);
|
| /PHP_5_3/ext/json/ |
| H A D | json.c | 457 double dbl = Z_DVAL_P(val);
|
| /PHP_5_3/ext/pdo_mysql/ |
| H A D | mysql_statement.c | 590 b->buffer = &Z_DVAL_P(param->parameter);
|
| /PHP_5_3/ext/pdo_sqlite/ |
| H A D | sqlite_driver.c | 418 sqlite3_result_double(context, Z_DVAL_P(retval));
|
| /PHP_5_3/ext/soap/ |
| H A D | php_encoding.c | 1049 Z_DVAL_P(ret) = lval; 1053 Z_DVAL_P(ret) = dval; 1094 Z_DVAL_P(ret) = dval; 1119 snprintf(s, sizeof(s), "%0.0F",floor(Z_DVAL_P(data)));
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_engine.c | 53 return (long)Z_DVAL_P(offset);
|
| H A D | spl_array.c | 353 index = (long)Z_DVAL_P(offset); 484 index = (long)Z_DVAL_P(offset); 546 index = (long)Z_DVAL_P(offset); 614 index = (long)Z_DVAL_P(offset);
|
| /PHP_5_3/ext/sqlite3/ |
| H A D | sqlite3.c | 785 sqlite3_result_double(context, Z_DVAL_P(retval)); 1501 sqlite3_bind_double(stmt_obj->stmt, param->param_number, Z_DVAL_P(param->parameter));
|
| /PHP_5_3/ext/standard/ |
| H A D | array.c | 1636 step = Z_DVAL_P(zstep); 1699 low = Z_DVAL_P(zlow); 1700 high = Z_DVAL_P(zhigh); 1730 low = Z_DVAL_P(zlow); 1731 high = Z_DVAL_P(zhigh); 4039 Z_DVAL_P(return_value) += Z_DVAL(entry_n); 4083 Z_DVAL_P(return_value) *= Z_DVAL(entry_n);
|
| H A D | math.c | 643 RETURN_DOUBLE(pow(Z_DVAL_P(zbase), Z_DVAL_P(zexp))); 942 double fvalue = floor(Z_DVAL_P(arg)); /* floor it just in case */
|
| H A D | var.c | 738 php_gcvt(Z_DVAL_P(struc), PG(serialize_precision), '.', 'E', s);
|
| /PHP_5_3/ext/sysvmsg/ |
| H A D | sysvmsg.c | 436 message_len = spprintf(&p, 0, "%F", Z_DVAL_P(message));
|
| /PHP_5_3/ext/xmlrpc/ |
| H A D | xmlrpc-epi-php.c | 552 xReturn = XMLRPC_CreateValueDouble(key, Z_DVAL_P(val)); 661 Z_DVAL_P(elem) = XMLRPC_GetValueDouble(el);
|
| /PHP_5_3/Zend/ |
| H A D | zend_execute.h | 94 result = (Z_DVAL_P(op) ? 1 : 0);
|
| H A D | zend_interfaces.c | 229 *int_key = (long)Z_DVAL_P(retval);
|
| H A D | zend_operators.c | 158 if ((Z_TYPE_P(op)=is_numeric_string(strval, Z_STRLEN_P(op), &Z_LVAL_P(op), &Z_DVAL_P(op), 1)) == 0) { 229 Z_LVAL(holder) = zend_dval_to_lval(Z_DVAL_P(op)); \ 271 Z_LVAL(holder) = (Z_DVAL_P(op) ? 1 : 0); \ 353 Z_LVAL_P(op) = zend_dval_to_lval(Z_DVAL_P(op)); 401 Z_DVAL_P(op) = 0.0; 411 Z_DVAL_P(op) = (double) Z_LVAL_P(op); 419 Z_DVAL_P(op) = zend_strtod(strval, NULL); 426 Z_DVAL_P(op) = tmp; 447 Z_DVAL_P(op) = 0; 497 Z_LVAL_P(op) = (Z_DVAL_P(o [all...] |
| H A D | zend_operators.h | 406 #define Z_DVAL_P(zval_p) Z_DVAL(*zval_p) macro
|
| H A D | zend_vm_execute.h | 2914 zend_hash_index_update(Z_ARRVAL_P(array_ptr), zend_dval_to_lval(Z_DVAL_P(offset)), &expr_ptr, sizeof(zval *), NULL); 3432 zend_hash_index_update(Z_ARRVAL_P(array_ptr), zend_dval_to_lval(Z_DVAL_P(offset)), &expr_ptr, sizeof(zval *), NULL); 3901 zend_hash_index_update(Z_ARRVAL_P(array_ptr), zend_dval_to_lval(Z_DVAL_P(offset)), &expr_ptr, sizeof(zval *), NULL); 4094 zend_hash_index_update(Z_ARRVAL_P(array_ptr), zend_dval_to_lval(Z_DVAL_P(offset)), &expr_ptr, sizeof(zval *), NULL); 4562 zend_hash_index_update(Z_ARRVAL_P(array_ptr), zend_dval_to_lval(Z_DVAL_P(offset)), &expr_ptr, sizeof(zval *), NULL); 6168 zend_hash_index_update(Z_ARRVAL_P(array_ptr), zend_dval_to_lval(Z_DVAL_P(offset)), &expr_ptr, sizeof(zval *), NULL); 6634 zend_hash_index_update(Z_ARRVAL_P(array_ptr), zend_dval_to_lval(Z_DVAL_P(offset)), &expr_ptr, sizeof(zval *), NULL); 7100 zend_hash_index_update(Z_ARRVAL_P(array_ptr), zend_dval_to_lval(Z_DVAL_P(offset)), &expr_ptr, sizeof(zval *), NULL); 7193 zend_hash_index_update(Z_ARRVAL_P(array_ptr), zend_dval_to_lval(Z_DVAL_P(offset)), &expr_ptr, sizeof(zval *), NULL); 7656 zend_hash_index_update(Z_ARRVAL_P(array_ptr), zend_dval_to_lval(Z_DVAL_P(offse [all...] |
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_ps_codec.c | 668 if (Z_DVAL_P(tmp_data) > LONG_MAX || Z_DVAL_P(tmp_data) < LONG_MIN) { 715 if (Z_DVAL_P(tmp_data) > LONG_MAX || Z_DVAL_P(tmp_data) < LONG_MIN) { 862 float8store(*p, Z_DVAL_P(data));
|
| /PHP_5_3/ext/pdo_firebird/ |
| H A D | firebird_statement.c | 546 var->sqldata = (void*)&Z_DVAL_P(param->parameter);
|