Lines Matching refs:sprintf

170 …@trigger_error(sprintf('The $options parameter of the %s constructor is deprecated since Symfony 3…
271 …@trigger_error(sprintf('The %s::start() method expects a second "$env" argument since Symfony 3.3.…
429 …throw new RuntimeException(sprintf('The process has been signaled with signal "%s".', $this->proce…
1188 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
1204 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
1222 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
1238 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
1254 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
1274 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
1308 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
1595 exec(sprintf('taskkill /F /T /PID %d 2>&1', $pid), $output, $exitCode);
1598 … throw new RuntimeException(sprintf('Unable to kill the process (%s).', implode(' ', $output)));
1608 … } elseif ($ok = proc_open(sprintf('kill -%d %d', $signal, $pid), [2 => ['pipe', 'w']], $pipes)) {
1613 … throw new RuntimeException(sprintf('Error while sending signal `%s`.', $signal));
1684 …throw new LogicException(sprintf('Process must be started before calling "%s()".', $functionName));
1698 …throw new LogicException(sprintf('Process must be terminated before calling "%s()".', $functionNam…