mirror of
https://github.com/php/php-src.git
synced 2026-04-02 05:32:28 +02:00
Fix declaration
This commit is contained in:
@@ -1230,7 +1230,7 @@ ZEND_API int zend_binary_strcmp(char *s1, uint len1, char *s2, uint len2)
|
||||
}
|
||||
}
|
||||
|
||||
ZEND_API int zend_binary_strncmp(char *s1, uint len1, char *s2, uint len2, int length)
|
||||
ZEND_API int zend_binary_strncmp(char *s1, uint len1, char *s2, uint len2, uint length)
|
||||
{
|
||||
int retval;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user