Home
last modified time | relevance | path

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

/PHP-8.0/Zend/tests/
H A Dbug80811.phpt7 exec('echo Something', output: $output, result_code: $resultCode);
11 exec('echo Something', result_code: $resultCode);
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php731 * @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 Dbasic_functions_arginfo.h1142 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