MIN 410 Zend/zend.h #undef MIN MIN 413 Zend/zend.h #define MIN(a, b) (((a)<(b))?(a):(b)) MIN 73 ext/bcmath/libbcmath/src/bcmath.h #undef MIN MIN 77 ext/bcmath/libbcmath/src/bcmath.h #define MIN(a, b) ((a)>(b)?(b):(a)) MIN 66 ext/gd/gdttf.c #define MIN(a, b) ((a)<(b)?(a):(b)) MIN 300 ext/gd/libgd/gd.c #define MIN(a,b) ((a)<(b)?(a):(b)) MIN 114 ext/gd/libgd/gdft.c #define MIN(a,b) ((a)<(b)?(a):(b)) MIN 9 ext/gd/libgd/gdtestft.c #define MIN(x,y) ((x) < (y) ? (x) : (y)) MIN 244 ext/mbstring/oniguruma/regint.h #undef MIN MIN 249 ext/mbstring/oniguruma/regint.h #define MIN(a,b) (((a)>(b))?(b):(a))