<?php
#[Printer(fields: ['shared'])]
class PrinterStaticField
{
public static string $shared = 'TypePHP';
}