You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$descriptor = array(
0 => array('pipe', 'r'), // We will read from stdin
1 => array('pipe', 'w'), // We will write to stdout
);
assert(proc_open("/bin/ls 'file'", $descriptor, $pipes));
The text was updated successfully, but these errors were encountered:
Test case:
The text was updated successfully, but these errors were encountered: