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/bz2/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/bz2/tests/with_strings.phpt |
--TEST-- BZ2 with strings --SKIPIF-- <?php if (!extension_loaded("bz2")) print "skip"; ?> --FILE-- <?php // $Id$ error_reporting(E_ALL); # This FAILS $blaat = <<<HEREDOC This is some random data HEREDOC; # This Works: (so, is heredoc related) #$blaat= 'This is some random data'; $blaat2 = bzdecompress(bzcompress($blaat)); $tests = <<<TESTS \$blaat === \$blaat2 TESTS; include(dirname(__FILE__) . '/../../../tests/quicktester.inc'); --EXPECT-- OK
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare