Browse Source

Fix declaration

PHP-4.0.5
Zeev Suraski 26 years ago
parent
commit
ebddd16c75
  1. 2
      Zend/zend_operators.c

2
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;

Loading…
Cancel
Save