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/tests/output/ |
Current File : //usr/local/src/php7/php-7.0.5/tests/output/flush_basic_001.phpt |
--TEST-- Test basic functionality of flush() --FILE-- <?php /* * proto void flush(void) * Function is implemented in ext/standard/basic_functions.c. */ // Verify return type var_dump(flush()); // Ensure user buffers are not flushed by flush() ob_start(); echo "Inside a user buffer\n"; flush(); ob_end_clean(); echo "Outside of any user buffers\n"; var_dump(flush()); ?> --EXPECT-- NULL Outside of any user buffers NULL
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare