mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix declaration
This commit is contained in:
parent
489b705d4b
commit
ebddd16c75
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue