__has_attribute    91 Zend/zend_portability.h #ifndef __has_attribute
__has_attribute   180 Zend/zend_portability.h #if ZEND_GCC_VERSION >= 2096 || __has_attribute(__malloc__)
__has_attribute   186 Zend/zend_portability.h #if ZEND_GCC_VERSION >= 4003 || __has_attribute(alloc_size)
__has_attribute   198 Zend/zend_portability.h #if defined(ZEND_CHECK_FORMAT_STRINGS) && (ZEND_GCC_VERSION >= 2007 || __has_attribute(format))
__has_attribute   204 Zend/zend_portability.h #if defined(ZEND_CHECK_FORMAT_STRINGS) && ((ZEND_GCC_VERSION >= 3001 && !defined(__INTEL_COMPILER)) || __has_attribute(format))
__has_attribute   210 Zend/zend_portability.h #if ZEND_GCC_VERSION >= 3001 || __has_attribute(deprecated)
__has_attribute   246 Zend/zend_portability.h #if (defined(__GNUC__) && __GNUC__ >= 3 && !defined(__INTEL_COMPILER) && !defined(DARWIN) && !defined(__hpux) && !defined(_AIX) && !defined(__osf__)) || __has_attribute(noreturn)
__has_attribute   289 Zend/zend_portability.h #  if __has_attribute(always_inline)
__has_attribute   294 Zend/zend_portability.h #  if __has_attribute(noinline)