Skip to content

PHP 8.4 support

PHP 8.4 support #2570

Triggered via pull request November 23, 2024 20:16
Status Failure
Total duration 12m 1s
Artifacts

continuous-integration.yml

on: pull_request
Matrix: Check Backward Compatibility
Matrix: Run benchmarks
Matrix: Check Coding Standards
Matrix: Test Compatibility
Matrix: Check Demo Scripts
Matrix: Mutation tests
Matrix: PHPUnit tests
Matrix: Static Analysis by PHPStan
Matrix: Static Analysis by Psalm
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Mutation tests (locked, 8.3, ubuntu-latest)
Process completed with exit code 1.
Mutation tests (locked, 8.3, ubuntu-latest): src/Reflection/Adapter/ReflectionClass.php#L453
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ { throw new Exception\NotImplemented('Not implemented'); } - public function newLazyGhost(callable $initializer, int $options = 0) : object + public function newLazyGhost(callable $initializer, int $options = -1) : object { throw new Exception\NotImplemented('Not implemented'); }
Mutation tests (locked, 8.3, ubuntu-latest): src/Reflection/Adapter/ReflectionClass.php#L453
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ { throw new Exception\NotImplemented('Not implemented'); } - public function newLazyGhost(callable $initializer, int $options = 0) : object + public function newLazyGhost(callable $initializer, int $options = 1) : object { throw new Exception\NotImplemented('Not implemented'); }
Mutation tests (locked, 8.3, ubuntu-latest): src/Reflection/Adapter/ReflectionClass.php#L458
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ { throw new Exception\NotImplemented('Not implemented'); } - public function newLazyProxy(callable $factory, int $options = 0) : object + public function newLazyProxy(callable $factory, int $options = -1) : object { throw new Exception\NotImplemented('Not implemented'); }
Mutation tests (locked, 8.3, ubuntu-latest): src/Reflection/Adapter/ReflectionClass.php#L458
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ { throw new Exception\NotImplemented('Not implemented'); } - public function newLazyProxy(callable $factory, int $options = 0) : object + public function newLazyProxy(callable $factory, int $options = 1) : object { throw new Exception\NotImplemented('Not implemented'); }
Mutation tests (locked, 8.3, ubuntu-latest): src/Reflection/Adapter/ReflectionClass.php#L483
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ { throw new Exception\NotImplemented('Not implemented'); } - public function resetAsLazyGhost(object $object, callable $initializer, int $options = 0) : void + public function resetAsLazyGhost(object $object, callable $initializer, int $options = -1) : void { throw new Exception\NotImplemented('Not implemented'); }
Mutation tests (locked, 8.3, ubuntu-latest): src/Reflection/Adapter/ReflectionClass.php#L483
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ { throw new Exception\NotImplemented('Not implemented'); } - public function resetAsLazyGhost(object $object, callable $initializer, int $options = 0) : void + public function resetAsLazyGhost(object $object, callable $initializer, int $options = 1) : void { throw new Exception\NotImplemented('Not implemented'); }
Mutation tests (locked, 8.3, ubuntu-latest): src/Reflection/Adapter/ReflectionClass.php#L488
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ { throw new Exception\NotImplemented('Not implemented'); } - public function resetAsLazyProxy(object $object, callable $factory, int $options = 0) : void + public function resetAsLazyProxy(object $object, callable $factory, int $options = -1) : void { throw new Exception\NotImplemented('Not implemented'); }
Mutation tests (locked, 8.3, ubuntu-latest): src/Reflection/Adapter/ReflectionClass.php#L488
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ { throw new Exception\NotImplemented('Not implemented'); } - public function resetAsLazyProxy(object $object, callable $factory, int $options = 0) : void + public function resetAsLazyProxy(object $object, callable $factory, int $options = 1) : void { throw new Exception\NotImplemented('Not implemented'); }
Mutation tests (locked, 8.3, ubuntu-latest): src/Reflection/Adapter/ReflectionEnum.php#L379
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ { throw new Exception\NotImplemented('Not implemented'); } - public function newLazyGhost(callable $initializer, int $options = 0) : object + public function newLazyGhost(callable $initializer, int $options = -1) : object { throw new Exception\NotImplemented('Not implemented'); }
Mutation tests (locked, 8.3, ubuntu-latest): src/Reflection/Adapter/ReflectionEnum.php#L379
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ { throw new Exception\NotImplemented('Not implemented'); } - public function newLazyGhost(callable $initializer, int $options = 0) : object + public function newLazyGhost(callable $initializer, int $options = 1) : object { throw new Exception\NotImplemented('Not implemented'); }