mirror of
https://github.com/php/php-src.git
synced 2024-12-14 20:33:36 +08:00
Fixed inconsistency
This commit is contained in:
parent
547d387973
commit
f42ebdd4e9
@ -2340,7 +2340,7 @@ ZEND_API int ZEND_FASTCALL zend_object_is_true(zval *op) /* {{{ */
|
||||
/* }}} */
|
||||
|
||||
#ifdef ZEND_USE_TOLOWER_L
|
||||
ZEND_API void ZEND_FASTCALL zend_update_current_locale(void) /* {{{ */
|
||||
ZEND_API void zend_update_current_locale(void) /* {{{ */
|
||||
{
|
||||
current_locale = _get_current_locale();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user