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/ob_017.phpt |
--TEST-- output buffering - stati --INI-- opcache.optimization_level=0 --FILE-- <?php $stati = array(); function oh($str, $flags) { global $stati; $stati[] = "$flags: $str"; return $str; } ob_start("oh", 3); echo "yes"; echo "!\n"; ob_flush(); echo "no"; ob_clean(); echo "yes!\n"; echo "no"; ob_end_clean(); print_r($stati); ?> --EXPECT-- yes! yes! Array ( [0] => 1: yes [1] => 4: ! [2] => 2: no [3] => 0: yes! [4] => 10: no )
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare