summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2013-10-31 18:21:37 +0100
committerBob Weinand <bobwei9@hotmail.com>2013-10-31 18:21:37 +0100
commit466c5dd1fe194ab3d1634695e2dc96240f951f50 (patch)
tree4e2aaced8f7b16165e815c77025a381a56208db0 /Zend/zend_operators.h
parent2361745806553db9099542d9237ade00dcee799b (diff)
downloadphp-git-466c5dd1fe194ab3d1634695e2dc96240f951f50.tar.gz
Fixed mem leaks, added tests and ternary operator
Diffstat (limited to 'Zend/zend_operators.h')
-rw-r--r--Zend/zend_operators.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h
index ce21af3d2e..79ede57320 100644
--- a/Zend/zend_operators.h
+++ b/Zend/zend_operators.h
@@ -376,6 +376,8 @@ ZEND_API int zend_atoi(const char *str, int str_len);
ZEND_API long zend_atol(const char *str, int str_len);
ZEND_API void zend_locale_sprintf_double(zval *op ZEND_FILE_LINE_DC);
+
+ZEND_API int ternary_function(zval *result, zval *condition, zval *then, zval *if_not TSRMLS_DC);
END_EXTERN_C()
#define convert_to_ex_master(ppzv, lower_type, upper_type) \