__n               388 Zend/zend_API.h #define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key)+1, __n)
__n               443 Zend/zend_API.h #define add_property_long(__arg, __key, __n) add_property_long_ex(__arg, __key, strlen(__key)+1, __n TSRMLS_CC)
__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               102 ext/simplexml/simplexml.c #define GET_NODE(__s, __n) { \
__n               104 ext/simplexml/simplexml.c 		__n = (__s)->node->node; \
__n               106 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) + (long) ((double) ( (double) (__max) - (__min) + 1.0) * ((__n) / ((__tmax) + 1.0)))