Searched defs:RETURN_VALUE_USED (Results 1 – 2 of 2) sorted by relevance
/php-src/Zend/Optimizer/ | ||
H A D | zend_cfg.h | 113 #define RETURN_VALUE_USED(opline) \ macro |
/php-src/Zend/ | ||
H A D | zend_execute.c | 132 #define RETURN_VALUE_USED(opline) ((opline)->result_type != IS_UNUSED) macro |
Completed in 19 milliseconds