diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2021-01-14 12:13:34 +0100 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2021-01-14 12:13:34 +0100 |
| commit | b4292284201eacad83b807dc1ac89e87d799badf (patch) | |
| tree | 3f4161c0f6179a95bae6f874156dcdf7b156d4d2 /Zend/zend_operators.h | |
| parent | 422d1665a2a744421b5911cbe8541370509bc4f5 (diff) | |
| download | php-git-b4292284201eacad83b807dc1ac89e87d799badf.tar.gz | |
Remove zend_locale_sprintf_double()
This function is unused, and also not particularly useful now that
PHP no longer prints doubles in a locale-sensitive way unless
someone really goes out of their way to force it.
Diffstat (limited to 'Zend/zend_operators.h')
| -rw-r--r-- | Zend/zend_operators.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index 1b02c75499..b129a15441 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -442,8 +442,6 @@ ZEND_API int ZEND_FASTCALL zend_compare_objects(zval *o1, zval *o2); ZEND_API int ZEND_FASTCALL zend_atoi(const char *str, size_t str_len); ZEND_API zend_long ZEND_FASTCALL zend_atol(const char *str, size_t str_len); -ZEND_API void ZEND_FASTCALL zend_locale_sprintf_double(zval *op ZEND_FILE_LINE_DC); - #define convert_to_null_ex(zv) convert_to_null(zv) #define convert_to_boolean_ex(zv) convert_to_boolean(zv) #define convert_to_long_ex(zv) convert_to_long(zv) |
