Home
last modified time | relevance | path

Searched refs:__n (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/simplexml/
H A Dphp_simplexml_exports.h33 #define GET_NODE(__s, __n) { \ argument
35 __n = (__s)->node->node; \
37 __n = NULL; \
H A Dsimplexml.c102 #define GET_NODE(__s, __n) { \ argument
104 __n = (__s)->node->node; \
106 __n = NULL; \
/PHP-5.5/ext/standard/
H A Dphp_rand.h44 #define RAND_RANGE(__n, __min, __max, __tmax) \ argument
45 …(__n) = (__min) + (long) ((double) ( (double) (__max) - (__min) + 1.0) * ((__n) / ((__tmax) + 1.0)…
/PHP-5.5/Zend/
H A Dzend_API.h385 #define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key)+1, __n) argument
440 #define add_property_long(__arg, __key, __n) add_property_long_ex(__arg, __key, strlen(__key)+1, __… argument

Completed in 20 milliseconds