Home
last modified time | relevance | path

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

/PHP-8.1/Zend/tests/
H A Dbug80811.phpt7 exec('echo Something', output: $output, result_code: $resultCode);
11 exec('echo Something', result_code: $resultCode);
/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php984 * @param int $result_code
987 function exec(string $command, &$output = null, &$result_code = null): string|false {} argument
990 * @param int $result_code
993 function system(string $command, &$result_code = null): string|false {} argument
996 * @param int $result_code
999 function passthru(string $command, &$result_code = null): ?bool {} argument
H A Dbasic_functions_arginfo.h1146 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, result_code, "null")
1151 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, result_code, "null")
1156 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, result_code, "null")

Completed in 22 milliseconds