Lines Matching full:exit
87 * Exit codes translation table.
89 * User-defined errors must use exit codes in the 64-113 range.
98 128 => 'Invalid exit argument',
198 * @return int The exit status code
218 * exits with a non-zero exit code.
313 … // last exit code is output on the fourth pipe and caught to work around --enable-sigchild
318 $commandline .= 'pid=$!; echo $pid >&3; wait $pid; code=$?; echo $code >&3; exit $code';
688 * Returns the exit code returned by the process.
690 * @return int|null The exit status code, null if the Process is not terminated
706 * Returns a string representation for the exit code returned by the process.
708 * This method relies on the Unix exit code status standardization
711 …* @return string|null A string representation for the exit status code, null if the Process is not…
867 * @return int|null The exit-code of the process or null if it's not running
1262 * Sigchild compatibility mode is required to get the exit code and