__n 400 Zend/zend_API.h #define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key), __n) __n 460 Zend/zend_API.h #define add_property_long(__arg, __key, __n) add_property_long_ex(__arg, __key, strlen(__key), __n) __n 33 ext/simplexml/php_simplexml_exports.h #define GET_NODE(__s, __n) { \ __n 35 ext/simplexml/php_simplexml_exports.h __n = (__s)->node->node; \ __n 37 ext/simplexml/php_simplexml_exports.h __n = NULL; \ __n 89 ext/simplexml/simplexml.c #define GET_NODE(__s, __n) { \ __n 91 ext/simplexml/simplexml.c __n = (__s)->node->node; \ __n 93 ext/simplexml/simplexml.c __n = NULL; \ __n 44 ext/standard/php_rand.h #define RAND_RANGE(__n, __min, __max, __tmax) \ __n 45 ext/standard/php_rand.h (__n) = (__min) + (zend_long) ((double) ( (double) (__max) - (__min) + 1.0) * ((__n) / ((__tmax) + 1.0)))