We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5953c commit 0b9fb63Copy full SHA for 0b9fb63
Zend/zend_string.h
@@ -80,6 +80,7 @@ END_EXTERN_C()
80
/*---*/
81
82
#define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED)
83
+#define ZSTR_IS_VALID_UTF8(s) (GC_FLAGS(s) & IS_STR_VALID_UTF8)
84
85
#define ZSTR_EMPTY_ALLOC() zend_empty_string
86
#define ZSTR_CHAR(c) zend_one_char_string[c]
0 commit comments