--TEST-- Bug #23650 (strip_tags() removes hyphens), binary variant --FILE-- 2: 3: 4: 5:abc - def 6: HERE; echo strip_tags($str); echo strip_tags($str, b''); ?> --EXPECT-- 1: 2: 3: 4: 5:abc - def 6: 1: 2: 3: 4: 5:abc - def 6: