Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dphp_rand.h63 #define RAND_RANGE_BADSCALING(__n, __min, __max, __tmax) \ argument
64 …(__n) = (__min) + (zend_long) ((double) ( (double) (__max) - (__min) + 1.0) * ((__n) / ((__tmax) +…
66 #define RAND_RANGE(__n, __min, __max, __tmax) \ argument
67 (__n) = php_mt_rand_range((__min), (__max))
/PHP-7.2/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.c87 #define GET_NODE(__s, __n) { \ argument
89 __n = (__s)->node->node; \
91 __n = NULL; \
/PHP-7.2/Zend/
H A Dzend_API.h418 #define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key), __n) argument
478 #define add_property_long(__arg, __key, __n) add_property_long_ex(__arg, __key, strlen(__key), __n) argument

Completed in 30 milliseconds