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/Zend/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/bug44069.phpt |
--TEST-- Bug #44069 (Huge memory usage with concatenation using . instead of .=) --FILE-- <?php $array = array(); $newstring = ""; $string = str_repeat('This is a teststring.', 50); for($i = 1; $i <= 2000; $i++) { // $newstring .= $string; //This uses an expected amount of mem. $newstring = $newstring . $string; //This uses very much mem. for($j = 1; $j <= 10; $j++) { $array[] = 'test'; } } echo "ok\n"; ?> --EXPECT-- ok
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare