Home
last modified time | relevance | path

Searched defs:ZEND_IGNORE_VALUE (Results 1 – 1 of 1) sorted by relevance

/php-src/Zend/
H A Dzend_portability.h133 # define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; })) macro
135 # define ZEND_IGNORE_VALUE(x) ((void) (x)) macro

Completed in 7 milliseconds