summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2015-07-01 19:04:18 +0300
committerDmitry Stogov <dmitry@zend.com>2015-07-01 19:04:18 +0300
commitd2d326a381d99fdf148ea30e2d96a7b525e35d9f (patch)
tree8ef88e0bd9a2e918019664ce4eeaa257173335f0 /Zend/zend_operators.h
parent068f63ceb263a5595227b9f1de77a6be6d456c71 (diff)
downloadphp-git-d2d326a381d99fdf148ea30e2d96a7b525e35d9f.tar.gz
Cleanup (avoid reallocatios and side effects in php_strip_tags)
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 601508ca27..541d6f978f 100644
--- a/Zend/zend_operators.h
+++ b/Zend/zend_operators.h
@@ -340,6 +340,7 @@ ZEND_API int string_locale_compare_function(zval *result, zval *op1, zval *op2);
ZEND_API void ZEND_FASTCALL zend_str_tolower(char *str, size_t length);
ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length);
ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, size_t length);
+ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup_ex(const char *source, size_t length);
ZEND_API zend_string* ZEND_FASTCALL zend_string_tolower(zend_string *str);
ZEND_API int ZEND_FASTCALL zend_binary_zval_strcmp(zval *s1, zval *s2);