Searched refs:result_code (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/Zend/tests/ |
H A D | bug80811.phpt | 7 exec('echo Something', output: $output, result_code: $resultCode); 11 exec('echo Something', result_code: $resultCode);
|
/PHP-8.0/ext/standard/ |
H A D | basic_functions.stub.php | 731 * @param int $result_code 733 function exec(string $command, &$output = null, &$result_code = null): string|false {} argument 735 /** @param int $result_code */ 736 function system(string $command, &$result_code = null): string|false {} argument 738 /** @param int $result_code */ 739 function passthru(string $command, &$result_code = null): ?bool {} argument
|
H A D | basic_functions_arginfo.h | 1142 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, result_code, "null") 1147 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, result_code, "null") 1152 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, result_code, "null")
|
Completed in 26 milliseconds