<?php
class A {
function __construct(
public string $value = '',
) {
}
}
$propInfo = new ReflectionProperty('A', 'value');
var_dump($propInfo->hasDefaultValue());
PHP 8.4.20 (cli) (built: May 25 2026 09:46:41) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.4.20, Copyright (c) Zend Technologies
Description
The following code:
PHP Version
Operating System
archlinux 2026.07.01