diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2002-09-26 18:56:11 +0000 | 
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2002-09-26 18:56:11 +0000 | 
| commit | ee7b8f906d9ccaa09467c319b64fdbd2fd617d8b (patch) | |
| tree | 8cd82fb85d3753e67b3cc2125a2fa0ee3a271fd5 /Zend/zend_operators.h | |
| parent | b5d4b5496d0c61283af576903a47b6cb5d04f1b3 (diff) | |
| download | php-git-ee7b8f906d9ccaa09467c319b64fdbd2fd617d8b.tar.gz | |
MFZE1
Diffstat (limited to 'Zend/zend_operators.h')
| -rw-r--r-- | Zend/zend_operators.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index c0fa057494..c1c97d3011 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -171,6 +171,7 @@ ZEND_API int numeric_compare_function(zval *result, zval *op1, zval *op2 TSRMLS_  ZEND_API int string_compare_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);  ZEND_API void zend_str_tolower(char *str, unsigned int length); +ZEND_API void zend_str_tolower_nlc(char *str, unsigned int length);  ZEND_API int zend_binary_zval_strcmp(zval *s1, zval *s2);  ZEND_API int zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3);  ZEND_API int zend_binary_zval_strcasecmp(zval *s1, zval *s2);  | 
