Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dphp_rand.h60 #define RAND_RANGE_BADSCALING(__n, __min, __max, __tmax) \ argument
61 …(__n) = (__min) + (zend_long) ((double) ( (double) (__max) - (__min) + 1.0) * ((__n) / ((__tmax) +…
/PHP-8.0/ext/simplexml/
H A Dphp_simplexml_exports.h29 #define GET_NODE(__s, __n) { \ argument
31 __n = (__s)->node->node; \
33 __n = NULL; \
/PHP-8.0/Zend/
H A Dzend_API.h450 #define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key), __n) argument
500 #define add_property_long(__arg, __key, __n) add_property_long_ex(__arg, __key, strlen(__key), __n) argument

Completed in 20 milliseconds