Searched refs:has_intersection (Results 1 – 1 of 1) sorted by relevance
1513 bool has_intersection = !str || memchr(ZSTR_VAL(str), '&', ZSTR_LEN(str)) != NULL; in zend_type_to_string_resolved() local1514 if (!is_union && !has_intersection) { in zend_type_to_string_resolved()
Completed in 38 milliseconds