Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/standard/tests/strings/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/strings/bug23650.phpt |
--TEST-- Bug #23650 (strip_tags() removes hyphens) --FILE-- <?php $str = <<< HERE 1:<!-- abc - --> 2:<!doctype -- > 3: 4:<abc - def> 5:abc - def 6:</abc> HERE; echo strip_tags($str); echo strip_tags($str, '<abc>'); ?> --EXPECT-- 1: 2: 3: 4: 5:abc - def 6: 1: 2: 3: 4:<abc - def> 5:abc - def 6:</abc>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare