mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
zend_binary_strncasecmp_l used w/out declaration
This commit is contained in:
parent
8831b000ca
commit
3d0857938d
1 changed files with 1 additions and 0 deletions
|
@ -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_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_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(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 zendi_smart_strcmp(zval *result, zval *s1, zval *s2);
|
||||||
ZEND_API void zend_compare_symbol_tables(zval *result, HashTable *ht1, HashTable *ht2 TSRMLS_DC);
|
ZEND_API void zend_compare_symbol_tables(zval *result, HashTable *ht1, HashTable *ht2 TSRMLS_DC);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue