summaryrefslogtreecommitdiff
path: root/Zend/zend_string.h
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-03-27 23:39:49 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-05-22 16:08:12 +0200
commitaec4c0fd031ad557527ff6c888a1b60048bb1cdc (patch)
tree2f437957be3862d543c45a2db6c4e5e44f9ff1df /Zend/zend_string.h
parent4bc1d8333aa8b40a6c6fe89762f6b5a4bd309a1c (diff)
downloadphp-git-aec4c0fd031ad557527ff6c888a1b60048bb1cdc.tar.gz
Add support for the mixed type
RFC: https://wiki.php.net/rfc/mixed_type_v2 Closes GH-5313 Co-authored-by: Dan Ackroyd <danack@basereality.com>
Diffstat (limited to 'Zend/zend_string.h')
-rw-r--r--Zend/zend_string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_string.h b/Zend/zend_string.h
index 45ef3cbb01..fa794278e5 100644
--- a/Zend/zend_string.h
+++ b/Zend/zend_string.h
@@ -522,6 +522,7 @@ EMPTY_SWITCH_DEFAULT_CASE()
_(ZEND_STR_VOID, "void") \
_(ZEND_STR_FALSE, "false") \
_(ZEND_STR_NULL_LOWERCASE, "null") \
+ _(ZEND_STR_MIXED, "mixed") \
typedef enum _zend_known_string_id {