]> granicus.if.org Git - php/commitdiff
zend_binary_strncasecmp_l used w/out declaration
authorGustavo Lopes <glopes@nebm.ist.utl.pt>
Sun, 26 Aug 2012 17:44:05 +0000 (19:44 +0200)
committerGustavo Lopes <glopes@nebm.ist.utl.pt>
Sun, 26 Aug 2012 17:44:05 +0000 (19:44 +0200)
Zend/zend_operators.h

index d28140e9e5bb9a37ddf1c851fb604ed96e26d183..08a6b19bd44b9c63beb90b2eafd5bd1251840a10 100644 (file)
@@ -340,6 +340,7 @@ ZEND_API int zend_binary_strcmp(const char *s1, uint len1, const char *s2, uint
 ZEND_API int zend_binary_strncmp(const char *s1, uint len1, const char *s2, uint len2, uint length);
 ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2);
 ZEND_API int zend_binary_strncasecmp(const char *s1, uint len1, const char *s2, uint len2, uint length);
+ZEND_API int zend_binary_strncasecmp_l(const char *s1, uint len1, const char *s2, uint len2, uint length);
 
 ZEND_API void zendi_smart_strcmp(zval *result, zval *s1, zval *s2);
 ZEND_API void zend_compare_symbol_tables(zval *result, HashTable *ht1, HashTable *ht2 TSRMLS_DC);