Searched refs:__n (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/simplexml/ |
H A D | php_simplexml_exports.h | 33 #define GET_NODE(__s, __n) { \ argument 35 __n = (__s)->node->node; \ 37 __n = NULL; \
|
H A D | simplexml.c | 102 #define GET_NODE(__s, __n) { \ argument 104 __n = (__s)->node->node; \ 106 __n = NULL; \
|
/PHP-5.4/ext/standard/ |
H A D | php_rand.h | 44 #define RAND_RANGE(__n, __min, __max, __tmax) \ argument 45 …(__n) = (__min) + (long) ((double) ( (double) (__max) - (__min) + 1.0) * ((__n) / ((__tmax) + 1.0)…
|
/PHP-5.4/Zend/ |
H A D | zend_API.h | 383 #define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key)+1, __n) argument 436 #define add_property_long(__arg, __key, __n) add_property_long_ex(__arg, __key, strlen(__key)+1, __… argument
|
Completed in 24 milliseconds