Home
last modified time | relevance | path

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

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

Completed in 25 milliseconds