Searched refs:ZEND_TRUTH (Results 1 – 1 of 1) sorted by relevance
457 #define ZEND_TRUTH(x) ((x) ? 1 : 0) macro458 #define ZEND_LOG_XOR(a, b) (ZEND_TRUTH(a) ^ ZEND_TRUTH(b))
Completed in 5 milliseconds