Searched refs:zend_strtod (Results 1 – 21 of 21) sorted by relevance
/php-src/Zend/tests/ |
H A D | bug53632.phpt | 2 zend_strtod() hangs with 2.2250738585072011e-308
|
H A D | zend_strtod.phpt | 2 zend_strtod() leaks on big doubles
|
/php-src/ext/mysqlnd/ |
H A D | mysql_float_to_double.h | 46 return zend_strtod(num_buf, NULL); in mysql_float_to_double()
|
H A D | mysqlnd_wireprotocol.c | 1642 ZVAL_DOUBLE(current_field, zend_strtod((char *) p, NULL)); in php_mysqlnd_rowp_read_text_protocol()
|
/php-src/Zend/ |
H A D | zend_strtod.h | 36 ZEND_API double zend_strtod(const char *s00, const char **se);
|
H A D | zend_ini.c | 471 …return (double) (ini_entry->orig_value ? zend_strtod(ZSTR_VAL(ini_entry->orig_value), NULL) : 0.0); in zend_ini_double() 473 …return (double) (ini_entry->value ? zend_strtod(ZSTR_VAL(ini_entry->value), NULL) : 0.0); in zend_ini_double() 1013 *p = zend_strtod(ZSTR_VAL(new_value), NULL); in ZEND_INI_MH()
|
H A D | zend_operators.c | 625 ZVAL_DOUBLE(op, zend_strtod(ZSTR_VAL(str), NULL)); in convert_to_double() 987 return zend_strtod(Z_STRVAL_P(op), NULL); in zval_get_double_func() 3602 local_dval = zend_strtod(str, &ptr); 3633 *dval = zend_strtod(str, NULL);
|
H A D | zend_language_scanner.l | 2087 ZVAL_DOUBLE(zendlval, zend_strtod(lnum, (const char **)&end)); 2182 ZVAL_DOUBLE(zendlval, zend_strtod(dnum, &end));
|
H A D | zend_strtod.c | 2517 zend_strtod in zend_strtod() function
|
/php-src/ext/standard/ |
H A D | hrtime.c | 37 _d = zend_strtod(_a, NULL); \
|
H A D | scanf.c | 1152 dvalue = zend_strtod(buf, NULL); in php_sscanf_internal()
|
H A D | math.c | 236 tmp_value = zend_strtod(buf, NULL); in _php_math_round()
|
H A D | var_unserializer.re | 1020 ZVAL_DOUBLE(rval, zend_strtod((const char *)start + 2, NULL));
|
H A D | array.c | 153 d1 = zend_strtod(f->key->val, NULL); in php_array_key_compare_numeric_unstable_i() 158 d2 = zend_strtod(s->key->val, NULL); in php_array_key_compare_numeric_unstable_i()
|
/php-src/ext/intl/collator/ |
H A D | collator_is_numeric.c | 85 value = zend_strtod(numbuf, NULL); in collator_u_strtod()
|
/php-src/ext/intl/ |
H A D | config.w32 | 8 // always build as shared - zend_strtod.c/ICU type conflict
|
/php-src/ext/json/ |
H A D | json_scanner.re | 190 ZVAL_DOUBLE(&s->value, zend_strtod((char *) s->token, NULL)); 195 ZVAL_DOUBLE(&s->value, zend_strtod((char *) s->token, NULL));
|
/php-src/ext/pdo_pgsql/ |
H A D | pgsql_statement.c | 655 ZVAL_DOUBLE(result, zend_strtod(ptr, NULL)); in pgsql_stmt_get_col()
|
/php-src/win32/build/ |
H A D | config.w32 | 240 zend_default_classes.c zend_execute.c zend_strtod.c zend_gc.c zend_closures.c zend_weakrefs.c \
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 748 if (zend_strtod(PQparameterStatus(pgsql, "server_version"), NULL) >= 7.2) { in php_pgsql_do_connect() 4330 if (zend_strtod(PQparameterStatus(pgsql, "server_version"), NULL) >= 9.0) { in PHP_FUNCTION() 4338 if (zend_strtod(PQparameterStatus(pgsql, "server_version"), NULL) >= 9.0) { in PHP_FUNCTION()
|
/php-src/ |
H A D | configure.ac | 1767 zend_strtod.c
|
Completed in 116 milliseconds