<?php declare(strict_types = 1); class Example1 { public string $foo = 'UPPERCASE' { set => strtolower($value); } } class Example2 { public function __construct( public string $foo = 'UPPERCASE' { set => strtolower($value); } ) { } } echo new Example1()->foo; echo new Example2()->foo;
You have javascript disabled. You will not be able to edit any code.