Home
last modified time | relevance | path

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

/php-src/ext/intl/collator/
H A Dcollator_sort.c202 if( Z_DVAL(result) < 0 ) in collator_compare_func()
204 else if( Z_DVAL(result) > 0 ) in collator_compare_func()
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c149 VARIABLEINFO("\ndouble (%lf)", Z_DVAL(data->value)); in PHPDBG_INFO()
/php-src/ext/spl/
H A Dspl_heap.c248 double a = Z_DVAL(((spl_pqueue_elem*) x)->priority); in spl_ptr_pqueue_elem_cmp_double()
249 double b = Z_DVAL(((spl_pqueue_elem*) y)->priority); in spl_ptr_pqueue_elem_cmp_double()
/php-src/docs/source/core/data-structures/
H A Dzval.rst144 - - ``Z_DVAL[_P]``
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c395 sqlite3_result_double(context, Z_DVAL(retval)); in do_callback()
/php-src/Zend/
H A Dzend_types.h964 #define Z_DVAL(zval) (zval).value.dval macro
965 #define Z_DVAL_P(zval_p) Z_DVAL(*(zval_p))
H A Dzend_operators.c642 ZVAL_DOUBLE(op, Z_DVAL(dst)); in convert_to_double()
998 return Z_DVAL(dst); in zval_get_double_func()
/php-src/Zend/Optimizer/
H A Dcompact_literals.c396 key = zend_string_init((char*)&Z_DVAL(op_array->literals[i]), sizeof(double), 0); in zend_optimizer_compact_literals()
H A Dzend_inference.c4414 if (zval_get_double(&orig_result) != Z_DVAL(dval_result)) { in can_convert_to_double()
/php-src/main/
H A Dphp_variables.c748 ZVAL_LONG(&tmp, zend_dval_to_lval(Z_DVAL(tmp))); in php_register_server_variables()
/php-src/ext/standard/
H A Darray.c1260 if (min_dval > Z_DVAL(args[i])) { in PHP_FUNCTION()
1261 min_dval = Z_DVAL(args[i]); in PHP_FUNCTION()
1388 if (max_dval < Z_DVAL(args[i])) { in PHP_FUNCTION()
1389 max_dval = Z_DVAL(args[i]); in PHP_FUNCTION()
/php-src/ext/sqlite3/
H A Dsqlite3.c833 sqlite3_result_double(context, Z_DVAL(retval)); in sqlite3_do_callback()
/php-src/ext/soap/
H A Dphp_encoding.c1090 zend_gcvt(Z_DVAL(tmp), EG(precision), '.', 'E', str); in to_xml_double()

Completed in 79 milliseconds