<?php enum Test: int { Case three = 1+2; } enum MemoryUnit: int { case Byte = 1; case Kilobyte = 1_024; case Megabyte = 1_024 * 1_024; case Gigabyte = 1_024 * 1_024 * 1_024; case Terabyte = 1_024 * 1_024 * 1_024 * 1_024; } Echo MemoryUnit::Gigabyte->value;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`