Home
last modified time | relevance | path

Searched defs:result_code (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php987 function exec(string $command, &$output = null, &$result_code = null): string|false {}
993 function system(string $command, &$result_code = null): string|false {}
999 function passthru(string $command, &$result_code = null): ?bool {}

Completed in 25 milliseconds