MAX               411 Zend/zend.h    #undef MAX
MAX               412 Zend/zend.h    #define MAX(a, b)  (((a)>(b))?(a):(b))
MAX                74 ext/bcmath/libbcmath/src/bcmath.h #undef MAX
MAX                76 ext/bcmath/libbcmath/src/bcmath.h #define MAX(a, b)      ((a)>(b)?(a):(b))
MAX                63 ext/gd/gdttf.c #define MAX(a, b) ((a)>(b)?(a):(b))
MAX               304 ext/gd/libgd/gd.c #define MAX(a,b) ((a)<(b)?(b):(a))
MAX               110 ext/gd/libgd/gdft.c #define MAX(a,b) ((a)>(b)?(a):(b))
MAX                 8 ext/gd/libgd/gdtestft.c #define MAX(x,y) ((x) > (y) ? (x) : (y))
MAX               247 ext/mbstring/oniguruma/regint.h #undef MAX
MAX               250 ext/mbstring/oniguruma/regint.h #define MAX(a,b) (((a)<(b))?(b):(a))
MAX                67 ext/pdo_sqlite/sqlite/src/util.c #define MAX(x,y) ((x)>(y)?(x):(y))