PHP 8.4 support #2571
Annotations
1 error and 10 warnings
Infection
Process completed with exit code 1.
|
Infection:
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');
}
|
Infection:
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');
}
|
Infection:
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');
}
|
Infection:
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');
}
|
Infection:
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');
}
|
Infection:
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');
}
|
Infection:
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');
}
|
Infection:
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');
}
|
Infection:
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');
}
|
Infection:
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');
}
|
Loading