Home
last modified time | relevance | path

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

/PHP-5.3/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.3/Zend/
H A Dzend_strtod.h30 ZEND_API double zend_strtod(const char *s00, char **se);
H A DMakefile.am20 zend_strtod.c zend_closures.c zend_float.c
H A Dzend_ini.c370 return (double) (ini_entry->orig_value ? zend_strtod(ini_entry->orig_value, NULL) : 0.0); in zend_ini_double()
372 return (double) (ini_entry->value ? zend_strtod(ini_entry->value, NULL) : 0.0); in zend_ini_double()
630 *p = zend_strtod(new_value, NULL); in ZEND_INI_MH()
H A Dzend_operators.h181 local_dval = zend_strtod(str, (char **)&ptr);
205 *dval = zend_strtod(str, NULL);
H A DZend.dsp246 SOURCE=.\zend_strtod.c
414 SOURCE=.\zend_strtod.h
H A DZendTS.dsp276 SOURCE=.\zend_strtod.c
448 SOURCE=.\zend_strtod.h
H A Dzend_language_scanner.l1342 zendlval->value.dval = zend_strtod(yytext, NULL); in lex_scan()
1398 zendlval->value.dval = zend_strtod(yytext, NULL); in lex_scan()
H A Dzend_operators.c419 Z_DVAL_P(op) = zend_strtod(strval, NULL); in convert_to_double()
H A Dzend_strtod.c2044 ZEND_API double zend_strtod (CONST char *s00, char **se) in zend_strtod() function
H A Dzend_language_scanner.c2816 zendlval->value.dval = zend_strtod(yytext, NULL); in lex_scan()
3068 zendlval->value.dval = zend_strtod(yytext, NULL); in lex_scan()
/PHP-5.3/ext/intl/
H A Dconfig.w329 // always build as shared - zend_strtod.c/ICU type conflict
/PHP-5.3/ext/intl/collator/
H A Dcollator_is_numeric.c100 value = zend_strtod(numbuf, NULL); in collator_u_strtod()
/PHP-5.3/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.3/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.re517 ZVAL_DOUBLE(*rval, zend_strtod((const char *)start + 2, NULL));
H A Dvar_unserializer.c932 ZVAL_DOUBLE(*rval, zend_strtod((const char *)start + 2, NULL)); in php_var_unserialize()
/PHP-5.3/win32/build/
H A Dconfig.w32330 zend_default_classes.c zend_execute.c zend_strtod.c zend_gc.c zend_closures.c \
/PHP-5.3/ext/json/
H A DJSON_parser.c321 ZVAL_DOUBLE(*z, zend_strtod(buf->c, NULL)); in json_create_zval()
/PHP-5.3/ext/sybase_ct/
H A Dphp_sybase_ct.c1184 Z_DVAL(result) = zend_strtod(buf, NULL); \
/PHP-5.3/
H A Dconfigure.in1436 zend_iterators.c zend_interfaces.c zend_exceptions.c zend_strtod.c zend_gc.c \
H A DNEWS4621 - Fixed bug #40545 (multithreading issue in zend_strtod()). (Tony)
6842 - Fixed bug #31107, #31110, #31111, #31249 (Compile failure of zend_strtod.c).

Completed in 102 milliseconds