<?php class DTO { public function __construct( public array $prop = [] ) {} } $default = (new ReflectionProperty(DTO::class, 'prop'))->getDefaultValue(); var_dump($default); // Здесь NULL
You have javascript disabled. You will not be able to edit any code.