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 1a468b6 commit b296712Copy full SHA for b296712
Zend/zend_portability.h
@@ -338,9 +338,7 @@ char *alloca();
338
# define HAVE_BUILTIN_CONSTANT_P
339
#endif
340
341
-#if __has_attribute(element_count)
342
-#define ZEND_ELEMENT_COUNT(m) __attribute__((element_count(m)))
343
-#elif __has_attribute(counted_by)
+#if __has_attribute(counted_by)
344
#define ZEND_ELEMENT_COUNT(m) __attribute__((counted_by(m)))
345
#else
346
#define ZEND_ELEMENT_COUNT(m)
0 commit comments