Searched refs:zend_strtod (Results 1 - 15 of 15) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_strtod.c | 95 #include <zend_strtod.h> 2044 ZEND_API double zend_strtod (CONST char *s00, char **se) function
|
| H A D | zend_ini.c | 27 #include "zend_strtod.h" 370 return (double) (ini_entry->orig_value ? zend_strtod(ini_entry->orig_value, NULL) : 0.0); 372 return (double) (ini_entry->value ? zend_strtod(ini_entry->value, NULL) : 0.0); 630 *p = zend_strtod(new_value, NULL);
|
| H A D | zend_language_scanner.l | 45 #include "zend_strtod.h" 1342 zendlval->value.dval = zend_strtod(yytext, NULL); 1398 zendlval->value.dval = zend_strtod(yytext, NULL);
|
| H A D | zend_operators.c | 31 #include "zend_strtod.h" 419 Z_DVAL_P(op) = zend_strtod(strval, NULL);
|
| H A D | zend_operators.h | 33 #include "zend_strtod.h" 181 local_dval = zend_strtod(str, (char **)&ptr); 205 *dval = zend_strtod(str, NULL);
|
| H A D | zend_strtod.h | 22 * can be found in zend_strtod.c */ 30 ZEND_API double zend_strtod(const char *s00, char **se);
|
| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_is_numeric.c | 100 value = zend_strtod(numbuf, NULL);
|
| /PHP_5_3/ext/json/ |
| H A D | JSON_parser.c | 321 ZVAL_DOUBLE(*z, zend_strtod(buf->c, NULL));
|
| /PHP_5_3/ext/oci8/ |
| H A D | oci8_collection.c | 351 /* zend_strtod was introduced in PHP 4.3.10 */ 352 element_double = zend_strtod(number, NULL); 639 /* zend_strtod was introduced in PHP 4.3.10 */ 640 element_double = zend_strtod(number, NULL);
|
| /PHP_5_3/ext/standard/ |
| H A D | math.c | 204 tmp_value = zend_strtod(buf, NULL);
|
| H A D | scanf.c | 78 #include "zend_strtod.h" 1181 dvalue = zend_strtod(buf, NULL);
|
| H A D | var_unserializer.c | 932 ZVAL_DOUBLE(*rval, zend_strtod((const char *)start + 2, NULL));
|
| H A D | var_unserializer.re | 517 ZVAL_DOUBLE(*rval, zend_strtod((const char *)start + 2, NULL));
|
| /PHP_5_3/ext/sybase_ct/ |
| H A D | php_sybase_ct.c | 1184 Z_DVAL(result) = zend_strtod(buf, NULL); \
|
| /PHP_5_3/main/ |
| H A D | snprintf.c | 24 #include <zend_strtod.h>
|
Completed in 59 milliseconds