Searched defs:php_ignore_value (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/main/ | ||
| H A D | php.h | 258 # define php_ignore_value(x) (({ __typeof__ (x) __x = (x); (void) __x; })) macro 260 # define php_ignore_value(x) ((void) (x)) |
Completed in 2 milliseconds