diff options
Diffstat (limited to 'Zend/zend_operators.c')
-rw-r--r-- | Zend/zend_operators.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index ef2f801ac7..a2888ab7e9 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -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; |