summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.h
diff options
context:
space:
mode:
authorStig S. Bakken <stig@php.net>1999-06-15 22:32:51 +0000
committerStig S. Bakken <stig@php.net>1999-06-15 22:32:51 +0000
commit80f1ce5eeded90225949130c5356eee2d6d96b6c (patch)
tree82da9d48514f9ab5bd14a694def1e34cb0ba4e90 /Zend/zend_operators.h
parent8eec7a022f371952a212e250e12903396671d3fa (diff)
downloadphp-git-80f1ce5eeded90225949130c5356eee2d6d96b6c.tar.gz
* added zend_binary_strcasecmp()
Diffstat (limited to 'Zend/zend_operators.h')
-rw-r--r--Zend/zend_operators.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h
index ee0eb96b3d..5eff1b10dc 100644
--- a/Zend/zend_operators.h
+++ b/Zend/zend_operators.h
@@ -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