ErrLookup › symfony/process

symfony/process

Executes commands in sub-processes · PHP · 44 source files

Analyzed at 99b85026db on 2026-09-14. 45 documented errors.

Code / MessageTypeSeverityTags
Unable to find PHP binary.
exception error
Unable to parse ini data.
exception error php, ini, configuration, subprocess
The environment block size
exception error windows, process, environment-variables, argument-error
Pass the callback to the "Process::start" method or call…
exception error php, symfony-process, callback, output, api-misuse
Disabling output while the process is running is not…
exception error process, symfony, runtime-exception, invalid-state-transition
A temporary file could not be opened to write the process…
exception error php, symfony-process, windows, temp-file, filesystem
" " yielded a value of type " ", but only scalars and…
exception error php, symfony-process, input, type-error
Pass the callback to the "Process::start" method or call…
exception error php, symfony-process, callback, wait, api-misuse
This PHP has been compiled with --enable-sigchild. Term…
exception warning process, symfony, sigchild, platform-limitation, php-configuration
Output cannot be disabled while an idle timeout is set.
exception error process, symfony, logic-exception, conflicting-options, idle-timeout
" " only accepts strings, Traversable objects or stream…
exception error process, input, type-mismatch, argument-error
Expected a failed process, but the given process was…
exception error
Unknown timeout type
exception warning timeout, process, logic-error, internal-state
Idle timeout cannot be set while the output is disabled.
exception error process, symfony, logic-exception, conflicting-options, idle-timeout
Cannot unserialize…
exception error serialization, windows, process, unserialize
Error while sending signal
exception error php, process, posix, signal
The provided cwd " " does not exist.
exception error php, symfony-process, cwd, filesystem
Invalid option " " passed to " ()". Supported options are "…
exception error php, process, invalid-option
Command line is missing a value for parameter
exception error php, process, env, placeholder
Cannot serialize Symfony\Component\Process\Process
exception error serialization, process, unsupported-operation
Setting ignored signals while the process is running is not…
exception error php, process, signals, lifecycle
Expected a process that failed during startup, but the…
exception error
TTY mode is not supported on Windows platform.
exception error process, symfony, tty, windows, platform-limitation
Unable to write temporary ini file.
exception error php, filesystem, temp-file, permissions
Output has been disabled.
exception error php, process, output-disabled
Setting options while the process is running is not…
exception error process, symfony, runtime-exception, options, invalid-state-transition
Process must be terminated before calling
exception error php, process, lifecycle, not-terminated
TTY mode requires /dev/tty to be read/writable.
exception error process, symfony, tty, dev-tty, environment
The " ()" method cannot be called when using " ".
exception error
Process is already running.
exception error php, symfony-process, process-lifecycle, invalid-state
Cannot serialize Symfony\Component\Process\Pipes\UnixPipes
exception error serialization, process, pipes, unsupported-operation
Unable to create temporary ini file.
exception error
" " is closed.
exception error
Input cannot be set while the process is running.
exception error process, symfony, logic-exception, stdin, invalid-state-transition
Cannot send signal on a non running process.
exception error php, process, signals, lifecycle
Enabling output while the process is running is not…
exception error process, symfony, runtime-exception, invalid-state-transition
Unable to kill the process
exception error php, process, windows, taskkill, signal
Cannot unserialize Symfony\Component\Process\Process
exception error serialization, process, unserialize
The timeout value must be a valid positive integer or float…
exception error php, process, timeout, validation
Unable to read ini:
exception error
Start time is only available after process start.
exception error process, symfony, logic-exception, not-started, invalid-state-transition
Unable to find the PHP executable.
exception error
Cannot unserialize Symfony\Component\Process\Pipes\UnixPipes
exception error serialization, process, pipes, unserialize
Cannot serialize…
exception error serialization, windows, process, pipes
Process must be started before calling
exception error php, process, lifecycle, not-started