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/bug49847.phpt |
--TEST-- Bug #49847 (exec() fails on lines larger then 4095 bytes) --FILE-- <?php $iswin = substr(PHP_OS, 0, 3) == "WIN"; if ($iswin) { $f = dirname(__FILE__) . '\\bug49847.tmp'; $s = str_repeat(' ', 4097); $s .= '1'; file_put_contents($f, $s); exec('type ' . $f, $output); } else { exec("printf %4098d 1", $output); } var_dump($output); if ($iswin) { unlink($f); } ?> --EXPECTF-- array(1) { [0]=> string(4098) "%s 1" }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare