From: Antony Dovgal Date: Wed, 19 Mar 2008 12:44:05 +0000 (+0000) Subject: fix typo X-Git-Tag: RELEASE_2_0_0a1~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6089f983386a744f380ed5a4e69a8751bec40f6f;p=php fix typo --- diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index 6e5dd2d54a..574297f142 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -336,7 +336,7 @@ ZEND_API void zend_compare_arrays(zval *result, zval *a1, zval *a2 TSRMLS_DC); ZEND_API void zend_compare_objects(zval *result, zval *o1, zval *o2 TSRMLS_DC); ZEND_API int zend_atoi(const char *str, int str_len); -ZEND_API int zend_atol(const char *str, int str_len); +ZEND_API long zend_atol(const char *str, int str_len); ZEND_API void zend_locale_sprintf_double(zval *op ZEND_FILE_LINE_DC); END_EXTERN_C()