<?php hell: try { echo PHP; } catch (\Error $e) { if (str_contains($e->getMessage(), 'Undefined constant')) { $constValue = substr($e->getMessage(), 20, -1); define($constValue, $constValue); goto hell; } }
You have javascript disabled. You will not be able to edit any code.