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/bug70018.phpt |
--TEST-- Bug #70018 (exec does not strip all whitespace) --SKIPIF-- <?php if ("cli" != php_sapi_name()) { die("skip.. CLI only test"); } ?> --FILE-- <?php $output = array(); $test_fl = dirname(__FILE__) . DIRECTORY_SEPARATOR . md5(uniqid()); file_put_contents($test_fl, '<?php echo "abc\f\n \n";'); exec(PHP_BINARY . " -n $test_fl", $output); var_dump($output); @unlink($test_fl); ?> --EXPECT-- array(2) { [0]=> string(3) "abc" [1]=> string(0) "" }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare