π fix singleton handling β add test for this handling #257
Annotations
66 warnings
|
php: 8.1 TYPO3: 12 sentry/sdk: true
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.1 TYPO3: 12 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private function chunkStringArray(array $timings, int $maxLength) : array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.1 TYPO3: 12 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.3 TYPO3: 12 sentry/sdk: true
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.3 TYPO3: 12 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private function chunkStringArray(array $timings, int $maxLength) : array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.3 TYPO3: 12 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.3 TYPO3: 11 sentry/sdk: false
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.3 TYPO3: 11 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private function chunkStringArray(array $timings, int $maxLength) : array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.3 TYPO3: 11 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.1 TYPO3: 11 sentry/sdk: true
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.1 TYPO3: 11 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private function chunkStringArray(array $timings, int $maxLength) : array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.1 TYPO3: 11 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.4 TYPO3: 13 sentry/sdk: false
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.4 TYPO3: 13 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
@@ @@
private function chunkStringArray(array $timings, int $maxLength): array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.4 TYPO3: 13 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.4 TYPO3: 13 sentry/sdk: true
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.4 TYPO3: 13 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
@@ @@
private function chunkStringArray(array $timings, int $maxLength): array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.4 TYPO3: 13 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.2 TYPO3: 11 sentry/sdk: false
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.2 TYPO3: 11 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private function chunkStringArray(array $timings, int $maxLength) : array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.2 TYPO3: 11 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.3 TYPO3: 12 sentry/sdk: false
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.3 TYPO3: 12 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private function chunkStringArray(array $timings, int $maxLength) : array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.3 TYPO3: 12 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.2 TYPO3: 12 sentry/sdk: false
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.2 TYPO3: 12 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private function chunkStringArray(array $timings, int $maxLength) : array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.2 TYPO3: 12 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.4 TYPO3: 11 sentry/sdk: false
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.4 TYPO3: 11 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private function chunkStringArray(array $timings, int $maxLength) : array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.4 TYPO3: 11 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.4 TYPO3: 12 sentry/sdk: false
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.4 TYPO3: 12 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private function chunkStringArray(array $timings, int $maxLength) : array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.4 TYPO3: 12 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.1 TYPO3: 11 sentry/sdk: false
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.1 TYPO3: 11 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private function chunkStringArray(array $timings, int $maxLength) : array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.1 TYPO3: 11 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.2 TYPO3: 11 sentry/sdk: true
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.2 TYPO3: 11 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private function chunkStringArray(array $timings, int $maxLength) : array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.2 TYPO3: 11 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.2 TYPO3: 13 sentry/sdk: false
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.2 TYPO3: 13 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
@@ @@
private function chunkStringArray(array $timings, int $maxLength): array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.2 TYPO3: 13 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.3 TYPO3: 11 sentry/sdk: true
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.3 TYPO3: 11 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private function chunkStringArray(array $timings, int $maxLength) : array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.3 TYPO3: 11 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.4 TYPO3: 11 sentry/sdk: true
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.4 TYPO3: 11 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private function chunkStringArray(array $timings, int $maxLength) : array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.4 TYPO3: 11 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.2 TYPO3: 12 sentry/sdk: true
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.2 TYPO3: 12 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private function chunkStringArray(array $timings, int $maxLength) : array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.2 TYPO3: 12 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.3 TYPO3: 13 sentry/sdk: true
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.3 TYPO3: 13 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
@@ @@
private function chunkStringArray(array $timings, int $maxLength): array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.3 TYPO3: 13 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.1 TYPO3: 12 sentry/sdk: false
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.1 TYPO3: 12 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private function chunkStringArray(array $timings, int $maxLength) : array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.1 TYPO3: 12 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.2 TYPO3: 13 sentry/sdk: true
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.2 TYPO3: 13 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
@@ @@
private function chunkStringArray(array $timings, int $maxLength): array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.2 TYPO3: 13 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.4 TYPO3: 12 sentry/sdk: true
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.4 TYPO3: 12 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private function chunkStringArray(array $timings, int $maxLength) : array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.4 TYPO3: 12 sentry/sdk: true:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|
|
php: 8.3 TYPO3: 13 sentry/sdk: false
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
php: 8.3 TYPO3: 13 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger":
@@ @@
private function chunkStringArray(array $timings, int $maxLength): array
{
$result = [];
- $length = 0;
+ $length = -1;
$index = 0;
foreach ($timings as $timing) {
if ($length <= 0) {
|
|
php: 8.3 TYPO3: 13 sentry/sdk: false:
Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus":
@@ @@
if (!$timings) {
return $response;
}
- $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: '));
+ $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: '));
$memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage());
if ($response) {
return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
|