Searched defs:php_ignore_value (Results 1 – 1 of 1) sorted by relevance
258 # define php_ignore_value(x) (({ __typeof__ (x) __x = (x); (void) __x; })) macro
Completed in 7 milliseconds