Home
last modified time | relevance | path

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

/PHP-7.3/ext/intl/collator/
H A Dcollator_sort.c232 if( Z_DVAL(result) < 0 ) in collator_compare_func()
234 else if( Z_DVAL(result) > 0 ) in collator_compare_func()
/PHP-7.3/ext/interbase/
H A Dphp_ibase_udf.c318 *(double*)r->dsc_address = Z_DVAL(return_value); in call_php()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_info.c149 VARIABLEINFO("value=\"%lf\"", "\ndouble (%lf)", Z_DVAL(data->value)); in PHPDBG_INFO()
/PHP-7.3/ext/opcache/Optimizer/
H A Dcompact_literals.c419 …if ((pos = zend_hash_str_find(&double_hash, (char*)&Z_DVAL(op_array->literals[i]), sizeof(double))… in zend_optimizer_compact_literals()
424 zend_hash_str_add(&double_hash, (char*)&Z_DVAL(op_array->literals[i]), sizeof(double), &zv); in zend_optimizer_compact_literals()
H A Dzend_inference.c3751 if (zval_get_double(&orig_result) != Z_DVAL(dval_result)) { in can_convert_to_double()
/PHP-7.3/Zend/
H A Dzend_types.h642 #define Z_DVAL(zval) (zval).value.dval macro
643 #define Z_DVAL_P(zval_p) Z_DVAL(*(zval_p))
H A Dzend_operators.c434 ZVAL_DOUBLE(op, Z_DVAL(dst)); in convert_to_double()
839 return Z_DVAL(dst); in zval_get_double_func()
/PHP-7.3/ext/pdo_sqlite/
H A Dsqlite_driver.c409 sqlite3_result_double(context, Z_DVAL(retval)); in do_callback()
/PHP-7.3/main/
H A Dphp_variables.c706 ZVAL_LONG(&tmp, zend_dval_to_lval(Z_DVAL(tmp))); in php_register_server_variables()
/PHP-7.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c538 xReturn = XMLRPC_CreateValueDouble(key, Z_DVAL(val)); in PHP_to_XMLRPC_worker()
/PHP-7.3/ext/standard/
H A Darray.c2838 Z_DVAL(tmp) = element;
2852 Z_DVAL(tmp) = element;
2858 Z_DVAL(tmp) = low;
5941 Z_DVAL_P(return_value) *= Z_DVAL(entry_n);
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c803 sqlite3_result_double(context, Z_DVAL(retval)); in sqlite3_do_callback()
/PHP-7.3/ext/soap/
H A Dphp_encoding.c1088 php_gcvt(Z_DVAL(tmp), EG(precision), '.', 'E', str); in to_xml_double()

Completed in 74 milliseconds