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