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/concat_002.phpt |
--TEST-- Stress test $x .= $x --FILE-- <?php /* * Test case for a concat_function() change that broke a test outside of Zend * * @see https://github.com/php/php-src/commit/29397f8fd2b4bc8d95e18448ca2d27a62241a407 **/ $result = 'f'; for ($i = 0; $i < 25; ++$i) { $result .= $result; } var_dump(strlen($result)); echo "Done\n"; ?> --EXPECT-- int(33554432) Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare