Lines Matching full:been
247 * @throws LogicException In case a callback is provided and output has been disabled
296 * @throws LogicException In case a callback is provided and output has been disabled
577 * @throws LogicException in case the output has been disabled
599 * @throws LogicException in case the output has been disabled
623 * @throws LogicException in case the output has been disabled
693 * @throws LogicException in case the output has been disabled
716 * @throws LogicException in case the output has been disabled
790 * Returns true if the child process has been terminated by an uncaught signal.
820 …throw new RuntimeException('This PHP has been compiled with --enable-sigchild. Term signal cannot …
827 * Returns true if the child process has been stopped by a signal.
875 * Checks if the process has been started with no regard to the current state.
1374 * Returns whether PHP has been compiled with the '--enable-sigchild' option or not.
1400 * @throws LogicException in case output has been disabled or process is not started
1405 throw new LogicException('Output has been disabled.');
1467 … // if process has been signaled, no exitcode but a valid termsig, apply Unix convention