<?php declare(strict_types=1); enum IntBacked: int { case One = 1; } var_export(null);
You have javascript disabled. You will not be able to edit any code.