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/proc_open_pipes3.phpt |
--TEST-- proc_open() with invalid pipes --FILE-- <?php include dirname(__FILE__) . "/proc_open_pipes.inc"; for ($i = 3; $i<= 5; $i++) { $spec[$i] = array('pipe', 'w'); } $php = getenv("TEST_PHP_EXECUTABLE"); $callee = create_sleep_script(); $spec[$i] = array('pi'); proc_open("$php $callee", $spec, $pipes); $spec[$i] = 1; proc_open("$php $callee", $spec, $pipes); $spec[$i] = array('pipe', "test"); proc_open("$php $callee", $spec, $pipes); var_dump($pipes); $spec[$i] = array('file', "test", "z"); proc_open("$php $callee", $spec, $pipes); var_dump($pipes); echo "END\n"; ?> --CLEAN-- <?php include dirname(__FILE__) . "/proc_open_pipes.inc"; unlink_sleep_script(); ?> --EXPECTF-- Warning: proc_open(): pi is not a valid descriptor spec/mode in %s on line %d Warning: proc_open(): Descriptor item must be either an array or a File-Handle in %s on line %d array(4) { [3]=> resource(%d) of type (Unknown) [4]=> resource(%d) of type (Unknown) [5]=> resource(%d) of type (Unknown) [6]=> resource(%d) of type (Unknown) } Warning: proc_open(test): failed to open stream: %s in %s on line %d array(4) { [3]=> resource(%d) of type (Unknown) [4]=> resource(%d) of type (Unknown) [5]=> resource(%d) of type (Unknown) [6]=> resource(%d) of type (Unknown) } END
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare