Home
last modified time | relevance | path

Searched refs:Z_DVAL (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c229 if( Z_DVAL(result) < 0 ) in collator_compare_func()
231 else if( Z_DVAL(result) > 0 ) in collator_compare_func()
/PHP-5.5/ext/interbase/
H A Dphp_ibase_udf.c318 *(double*)r->dsc_address = Z_DVAL(return_value); in call_php()
/PHP-5.5/Zend/
H A Dzend_operators.h442 #define Z_DVAL(zval) (zval).value.dval macro
457 #define Z_DVAL_P(zval_p) Z_DVAL(*zval_p)
472 #define Z_DVAL_PP(zval_pp) Z_DVAL(**zval_pp)
H A Dzend_operators.c225 …if ((Z_TYPE(holder)=is_numeric_string(Z_STRVAL_P(op), Z_STRLEN_P(op), &Z_LVAL(holder), &Z_DVAL(hol…
1451 ZVAL_LONG(result, ZEND_NORMALIZE_BOOL(Z_DVAL(op1_copy)-Z_DVAL(op2_copy))); in numeric_compare_function()
H A Dzend_execute_API.c641 …rrent_key_ex(Z_ARRVAL_P(p), HASH_KEY_IS_LONG, NULL, 0, zend_dval_to_lval(Z_DVAL(const_value)), HAS… in zval_update_constant_ex()
H A Dzend_compile.c5829 …zend_hash_index_update(Z_ARRVAL(result->u.constant), zend_dval_to_lval(Z_DVAL(offset->u.constant))… in zend_do_add_static_array_element()
/PHP-5.5/main/
H A Dphp_variables.c567 Z_DVAL(request_time_float) = sapi_get_request_time(TSRMLS_C); in php_register_server_variables()
570 Z_LVAL(request_time_long) = zend_dval_to_lval(Z_DVAL(request_time_float)); in php_register_server_variables()
H A Dphp_ini.c923 *result = Z_DVAL(var);
/PHP-5.5/ext/standard/
H A Darray.c207 if (Z_DVAL(result) < 0) { in php_array_key_compare()
209 } else if (Z_DVAL(result) > 0) { in php_array_key_compare()
378 if (Z_DVAL(result) < 0) { in php_array_data_compare()
380 } else if (Z_DVAL(result) > 0) { in php_array_data_compare()
2901 if (Z_DVAL(result) < 0) { in zval_compare()
2903 } else if (Z_DVAL(result) > 0) { in zval_compare()
4128 Z_DVAL_P(return_value) *= Z_DVAL(entry_n); in PHP_FUNCTION()
/PHP-5.5/ext/gd/
H A Dgd.c4886 matrix[i][j] = (float)Z_DVAL(dval); in PHP_FUNCTION()
5185 affine[i] = Z_DVAL(dval); in PHP_FUNCTION()
5306 x = Z_DVAL(dval); in PHP_FUNCTION()
5321 y = Z_DVAL(dval); in PHP_FUNCTION()
5413 m1[i] = Z_DVAL(dval); in PHP_FUNCTION()
5435 m2[i] = Z_DVAL(dval); in PHP_FUNCTION()
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c1557 add_index_double(return_value, i, Z_DVAL(result->data[result->cur_row][i]));
1560 … add_assoc_double(return_value, result->fields[i].name, Z_DVAL(result->data[result->cur_row][i]));
/PHP-5.5/ext/sockets/
H A Dconversions.c340 Z_DVAL(lzval) = dval; in from_zval_integer_common()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c1184 Z_DVAL(result) = zend_strtod(buf, NULL); \
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c1022 Z_DVAL(ZEND_OP2_LITERAL(opline)) == 0.0))) { in zend_optimize_block()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c1151 php_gcvt(Z_DVAL(tmp), EG(precision), '.', 'E', str); in to_xml_double()

Completed in 138 milliseconds