* added zend_binary_strcasecmp()

This commit is contained in:
Stig S. Bakken 1999-06-15 22:32:51 +00:00
parent 8eec7a022f
commit 80f1ce5eed
2 changed files with 25 additions and 0 deletions

View file

@ -63,6 +63,7 @@ ZEND_API int compare_function(zval *result, zval *op1, zval *op2);
ZEND_API void zend_str_tolower(char *str, unsigned int length);
ZEND_API int zend_binary_strcmp(zval *s1, zval *s2);
ZEND_API int zend_binary_strcasecmp(zval *s1, zval *s2);
ZEND_API void zendi_smart_strcmp(zval *result, zval *s1, zval *s2);
#endif