Home
last modified time | relevance | path

Searched defs:dval (Results 1 – 24 of 24) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_multiply.h27 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
37 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
47 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
59 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
71 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
86 # define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
98 # define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
112 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
129 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
142 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
H A Dzend_constants.h51 #define REGISTER_DOUBLE_CONSTANT(name, dval, flags) zend_register_double_constant((name), sizeof(n… argument
58 #define REGISTER_NS_DOUBLE_CONSTANT(ns, name, dval, flags) zend_register_double_constant(ZEND_NS_N… argument
65 #define REGISTER_MAIN_DOUBLE_CONSTANT(name, dval, flags) zend_register_double_constant((name), siz… argument
H A Dzend_operators.c303 double dval; in zendi_try_get_long() local
652 double dval = Z_DVAL_P(op); in _convert_to_string() local
811 double dval; in zval_get_long_func() local
1184 double dval = 0.0; in pow_function_base() local
2038 static int compare_double_to_string(double dval, zend_string *str) /* {{{ */ in compare_double_to_string()
2426 double dval; in increment_function() local
2479 double dval; in decrement_function() local
2985 …FASTCALL is_numeric_str_function(const zend_string *str, zend_long *lval, double *dval) /* {{{ */ {
2991 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data) /* {{{ */
H A Dzend_operators.h129 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data) in is_numeric_string_ex()
137 …ar is_numeric_string(const char *str, size_t length, zend_long *lval, double *dval, bool allow_err… in is_numeric_string()
H A Dzend_ini_scanner.l159 double dval; in convert_to_number() local
H A Dzend_constants.c182 ZEND_API void zend_register_double_constant(const char *name, size_t name_len, double dval, int fla… in zend_register_double_constant()
H A Dzend_API.h908 #define _ZEND_TRY_ASSIGN_DOUBLE(zv, dval, is_ref) do { \ argument
922 #define ZEND_TRY_ASSIGN_DOUBLE(zv, dval) \ argument
925 #define ZEND_TRY_ASSIGN_REF_DOUBLE(zv, dval) do { \ argument
H A Dzend_execute.c720 double dval; in zend_verify_weak_scalar_type_hint() local
779 double dval; in zend_verify_weak_scalar_type_hint_no_sideeffect() local
H A Dzend_API.c550 double dval; in zend_parse_arg_number_slow() local
3887 ZEND_API zend_result zend_try_assign_typed_ref_double(zend_reference *ref, double dval) /* {{{ */ in zend_try_assign_typed_ref_double()
H A Dzend_strtod.c320 #define dval(x) (x)->d macro
H A Dzend_types.h287 double dval; /* double value */ member
/PHP-8.0/ext/sockets/
H A Dsockaddr_conv.c65 double dval = 0; in php_set_inet6_addr() local
H A Dconversions.c326 double dval; in from_zval_integer_common() local
/PHP-8.0/ext/intl/collator/
H A Dcollator_is_numeric.c210 zend_uchar collator_is_numeric( UChar *str, int32_t length, zend_long *lval, double *dval, bool all… in collator_is_numeric()
H A Dcollator_convert.c325 double dval = 0; in collator_convert_string_to_number_if_possible() local
/PHP-8.0/ext/standard/
H A Dmath.c485 double dval; in PHP_FUNCTION() local
497 double dval; in PHP_FUNCTION() local
509 double dval; in PHP_FUNCTION() local
H A Darray.c5807 double dval; local
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_statement.c639 double dval; in firebird_stmt_param_hook() local
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_methods.cpp165 double dval; in PHP_FUNCTION() local
/PHP-8.0/ext/filter/
H A Dlogical_filters.c350 double dval; in php_filter_float() local
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c177 double dval; in ps_fetch_float() local
/PHP-8.0/ext/soap/
H A Dphp_encoding.c986 double dval; in to_zval_double() local
1024 double dval; in to_zval_long() local
/PHP-8.0/ext/mysqli/
H A Dmysqli_api.c962 double dval; local
/PHP-8.0/ext/ffi/
H A Dffi.c682 double dval; in zend_ffi_zval_to_cdata() local
2467 double dval; in zend_ffi_pass_arg() local

Completed in 173 milliseconds