Lines Matching refs:ZEND_THREEWAY_COMPARE
2198 return ZEND_THREEWAY_COMPARE(d1, d2); in numeric_compare_function()
2220 return ZEND_THREEWAY_COMPARE((double) lval, str_dval); in compare_long_to_string()
2238 return ZEND_THREEWAY_COMPARE(dval, (double) str_lval); in compare_double_to_string()
2242 return ZEND_THREEWAY_COMPARE(dval, str_dval); in compare_double_to_string()
2264 return ZEND_THREEWAY_COMPARE(Z_DVAL_P(op1), (double)Z_LVAL_P(op2)); in zend_compare()
2267 return ZEND_THREEWAY_COMPARE((double)Z_LVAL_P(op1), Z_DVAL_P(op2)); in zend_compare()
2270 return ZEND_THREEWAY_COMPARE(Z_DVAL_P(op1), Z_DVAL_P(op2)); in zend_compare()
3169 return ZEND_THREEWAY_COMPARE(len1, len2); in zend_binary_strcmp()
3185 return ZEND_THREEWAY_COMPARE(MIN(length, len1), MIN(length, len2)); in zend_binary_strncmp()
3210 return ZEND_THREEWAY_COMPARE(len1, len2); in zend_binary_strcasecmp()
3231 return ZEND_THREEWAY_COMPARE(MIN(length, len1), MIN(length, len2)); in zend_binary_strncasecmp()
3253 return ZEND_THREEWAY_COMPARE(len1, len2); in zend_binary_strcasecmp_l()
3274 return ZEND_THREEWAY_COMPARE(MIN(length, len1), MIN(length, len2)); in zend_binary_strncasecmp_l()