Home
last modified time | relevance | path

Searched refs:zend_strtod (Results 1 – 25 of 25) sorted by relevance

/PHP-5.5/Zend/tests/
H A Dbug53632.phpt2 zend_strtod() hangs with 2.2250738585072011e-308
H A Dzend_strtod.phpt2 zend_strtod() leaks on big doubles
/PHP-5.5/ext/mysqlnd/
H A Dmysql_float_to_double.h48 return zend_strtod(num_buf, NULL); in mysql_float_to_double()
/PHP-5.5/Zend/
H A Dzend_strtod.h30 ZEND_API double zend_strtod(const char *s00, const char **se);
H A DMakefile.am20 zend_strtod.c zend_closures.c zend_float.c zend_string.c zend_signal.c \
H A Dzend_ini.c372 return (double) (ini_entry->orig_value ? zend_strtod(ini_entry->orig_value, NULL) : 0.0); in zend_ini_double()
374 return (double) (ini_entry->value ? zend_strtod(ini_entry->value, NULL) : 0.0); in zend_ini_double()
632 *p = zend_strtod(new_value, NULL); in ZEND_INI_MH()
H A DZend.dsp254 SOURCE=.\zend_strtod.c
426 SOURCE=.\zend_strtod.h
H A Dzend_operators.h220 local_dval = zend_strtod(str, &ptr);
244 *dval = zend_strtod(str, NULL);
H A DZendTS.dsp284 SOURCE=.\zend_strtod.c
460 SOURCE=.\zend_strtod.h
H A Dzend_language_scanner.l1532 zendlval->value.dval = zend_strtod(yytext, NULL);
1588 zendlval->value.dval = zend_strtod(yytext, NULL);
H A Dzend_strtod.c2039 ZEND_API double zend_strtod (CONST char *s00, CONST char **se) in zend_strtod() function
H A Dzend_operators.c453 Z_DVAL_P(op) = zend_strtod(strval, NULL); in convert_to_double()
H A Dzend_language_scanner.c2971 zendlval->value.dval = zend_strtod(yytext, NULL); in lex_scan()
3221 zendlval->value.dval = zend_strtod(yytext, NULL); in lex_scan()
/PHP-5.5/ext/intl/collator/
H A Dcollator_is_numeric.c100 value = zend_strtod(numbuf, NULL); in collator_u_strtod()
/PHP-5.5/ext/intl/
H A Dconfig.w329 // always build as shared - zend_strtod.c/ICU type conflict
/PHP-5.5/ext/oci8/
H A Doci8_collection.c352 element_double = zend_strtod(number, NULL); in php_oci_collection_append_number()
640 element_double = zend_strtod(number, NULL); in php_oci_collection_element_set_number()
/PHP-5.5/ext/standard/
H A Dscanf.c1181 dvalue = zend_strtod(buf, NULL); in php_sscanf_internal()
H A Dmath.c204 tmp_value = zend_strtod(buf, NULL); in _php_math_round()
H A Dvar_unserializer.c1049 ZVAL_DOUBLE(*rval, zend_strtod((const char *)start + 2, NULL)); in php_var_unserialize()
H A Dvar_unserializer.re601 ZVAL_DOUBLE(*rval, zend_strtod((const char *)start + 2, NULL));
/PHP-5.5/win32/build/
H A Dconfig.w32364 zend_default_classes.c zend_execute.c zend_strtod.c zend_gc.c zend_closures.c \
/PHP-5.5/ext/json/
H A DJSON_parser.c336 ZVAL_DOUBLE(*z, zend_strtod(buf->c, NULL)); in json_create_zval()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c1184 Z_DVAL(result) = zend_strtod(buf, NULL); \
/PHP-5.5/
H A Dconfigure.in1488 zend_iterators.c zend_interfaces.c zend_exceptions.c zend_strtod.c zend_gc.c \
H A DNEWS1380 . Fixed invalid C code in zend_strtod.c. (Lior Kaplan)
7671 - Fixed bug #40545 (multithreading issue in zend_strtod()). (Tony)
9892 - Fixed bug #31107, #31110, #31111, #31249 (Compile failure of zend_strtod.c).

Completed in 109 milliseconds