Home
last modified time | relevance | path

Searched refs:ZEND_GCC_VERSION (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/Zend/
H A Dzend.h143 # define ZEND_GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
145 # define ZEND_GCC_VERSION 0 macro
148 #if ZEND_GCC_VERSION >= 2096
154 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(alloc_size)
162 #if ZEND_GCC_VERSION >= 2007
168 #if ZEND_GCC_VERSION >= 3001 && !defined(__INTEL_COMPILER)
174 #if ZEND_GCC_VERSION >= 3001
182 #if defined(__GNUC__) && ZEND_GCC_VERSION >= 3004 && defined(__i386__)
190 #if defined(__GNUC__) && ZEND_GCC_VERSION >= 3004
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.h136 #if ZEND_GCC_VERSION >= 2000
/PHP-5.5/main/
H A Dphp.h231 #define PHP_GCC_VERSION ZEND_GCC_VERSION

Completed in 12 milliseconds