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/bug64677.phpt |
--TEST-- Bug #64677 (execution operator `` stealing surrounding arguments) --FILE-- <?PHP class cat { public function show_output($prepend, $output = '') { } } $cat = new cat(); $cat->show_output('Files: ', trim(`cd .`)); // this gives invalid args to shell_exec $cat->show_output('Files: ', `cd .`); // this causes a segmentation fault $cat->show_output(`cd .`); // this causes a segmentation fault function show_outputa($prepend, $output) { echo "Okey"; } show_outputa('Files: ', `cd .`); // this works as expected ?> --EXPECT-- Okey
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare