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/iconv/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/iconv/tests/iconv002.phpt |
--TEST-- iconv() test 2 (UCS4BE to ASCII) --SKIPIF-- <?php include('skipif.inc'); if (@iconv("ascii","UCS-4LE", "abcd") == '') { die("skip conversion to UCS-4LE not supported"); } ?> --INI-- error_reporting=2039 --FILE-- <?php /* include('test.inc'); */ /* Expected output: abcd abcd */ $s = unpack("V*", iconv("ascii","UCS-4LE", "abcd")); foreach($s as $c) { print "&#$c;"; } print "\n"; $s = pack("NNNN", 97, 98, 99, 100); $q = iconv("UCS-4BE", "ascii", $s); print $q; print "\n"; ?> --EXPECT-- abcd abcd
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare