1--TEST--
2set $value parameter variance
3--FILE--
4<?php
5
6class Test {
7    public string $prop {
8        set($prop) {}
9    }
10}
11
12?>
13--EXPECTF--
14Fatal error: Type of parameter $prop of hook Test::$prop::set must be compatible with property type in %s on line %d
15